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
RoninDojo-Website-Old
Commits
147a663f
Unverified
Commit
147a663f
authored
Sep 06, 2020
by
Pavel Ševčík
Browse files
Display current year in footer
parent
213b39d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/components/Layout.tsx
src/components/Layout.tsx
+1
-1
No files found.
src/components/Layout.tsx
View file @
147a663f
...
@@ -154,7 +154,7 @@ export const Layout: FC = ({ children }) => {
...
@@ -154,7 +154,7 @@ export const Layout: FC = ({ children }) => {
<
div
className
=
"footer-copyright grey darken-4"
>
<
div
className
=
"footer-copyright grey darken-4"
>
<
div
className
=
"container"
>
<
div
className
=
"container"
>
Founded 2019 @ The Local Talent Bar, America - ©
2020
Ronin Dev Group -
{
"
"
}
Founded 2019 @ The Local Talent Bar, America - ©
{
(
new
Date
).
getFullYear
()
}
Ronin Dev Group -
{
"
"
}
<
Link
href
=
"/canary"
>
<
Link
href
=
"/canary"
>
<
a
className
=
"red-text text-darken-2"
>
Warrant Canary
</
a
>
<
a
className
=
"red-text text-darken-2"
>
Warrant Canary
</
a
>
</
Link
>
</
Link
>
...
...
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