Skip to content

Commit

Permalink
Add Twitter and GitHub links
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioVdlC committed Feb 11, 2022
1 parent ee6fef9 commit befc375
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
5 changes: 4 additions & 1 deletion app/components/ErrorPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ export default function ErrorPage({
className="inline-block border-l border-slate-300"
aria-hidden="true"
/>
<Link to="https://twitter.com" className="text-sm font-medium">
<Link
to="https://twitter.com/fantome_ly"
className="text-sm font-medium"
>
Twitter
</Link>
</nav>
Expand Down
4 changes: 2 additions & 2 deletions app/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ export default function Footer() {
const social: Array<{ name: SocialPlatform; href: string }> = [
{
name: "twitter",
href: "https://twitter.com",
href: "https://twitter.com/fantome_ly",
},
{
name: "github",
href: "https://github.com/",
href: "https://github.com/AntonioVdlC/analytics-service",
},
];

Expand Down
6 changes: 5 additions & 1 deletion app/routes/contribute.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,11 @@ export default function LandingScreen() {
</p>
<div className="mt-5 max-w-md mx-auto sm:flex sm:justify-center md:mt-8">
<div>
<Button to="https://github.com" external primary>
<Button
to="https://github.com/AntonioVdlC/analytics-service"
external
primary
>
Contribute
</Button>
</div>
Expand Down

0 comments on commit befc375

Please sign in to comment.