Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
RoninDojo
Ronin-Website
Commits
374cf7fc
Unverified
Commit
374cf7fc
authored
Oct 12, 2020
by
Pavel Ševčík
Browse files
Fix project links
parent
092cf757
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
7 deletions
+13
-7
src/components/Layout.tsx
src/components/Layout.tsx
+13
-7
No files found.
src/components/Layout.tsx
View file @
374cf7fc
...
...
@@ -23,7 +23,9 @@ export const Layout: FC = ({ children }) => {
</
Link
>
</
li
>
<
li
>
<
a
href
=
"/project"
>
Project
</
a
>
<
Link
href
=
"/project"
>
<
a
>
Project
</
a
>
</
Link
>
</
li
>
<
li
>
<
a
href
=
"#features"
>
Features
</
a
>
...
...
@@ -47,9 +49,11 @@ export const Layout: FC = ({ children }) => {
</
Link
>
</
li
>
<
li
>
<
a
className
=
"white-text"
href
=
"/project"
>
Project
</
a
>
<
Link
href
=
"/project"
>
<
a
className
=
"white-text"
>
Project
</
a
>
</
Link
>
</
li
>
<
li
>
<
a
className
=
"white-text"
href
=
"#features"
>
...
...
@@ -105,9 +109,11 @@ export const Layout: FC = ({ children }) => {
</
Link
>
</
li
>
<
li
>
<
a
className
=
"red-text text-darken-2"
href
=
"/project"
>
Project
</
a
>
<
Link
href
=
"/project"
>
<
a
className
=
"red-text text-darken-2"
>
Project
</
a
>
</
Link
>
</
li
>
<
li
>
<
a
className
=
"red-text text-darken-2"
href
=
"https://wiki.ronindojo.io/en/Troubleshooting"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment