Skip to content

Commit

Permalink
Fix Footer infomations
Browse files Browse the repository at this point in the history
  • Loading branch information
mu-hun committed Jan 24, 2020
1 parent 85cccad commit 9295fdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/app/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default ({ optOutUrl }: { optOutUrl: string }) => (
<OuterContainer>
<InnerContainer>
<Copyright>
<span> © 2019 reflation </span>
<span> © 2019-2020 reflation </span>
</Copyright>
<Contacts>
<ViewOrginalPage>
Expand All @@ -19,8 +19,8 @@ export default ({ optOutUrl }: { optOutUrl: string }) => (
</a>
</ViewOrginalPage>
<span>
<a href="https://github.com/reflation">
<Github {...Icon} /> github.com/reflation
<a href="https://github.com/reflation/extension">
<Github {...Icon} /> @reflation/extension
</a>
</span>
</Contacts>
Expand Down
2 changes: 1 addition & 1 deletion src/static/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "relflation",
"version": "0.1.1",
"version": "0.1.2",
"description": "Jeju National University ICT Enhancements",
"manifest_version": 2,
"author": "x86chi",
Expand Down

0 comments on commit 9295fdb

Please sign in to comment.