Skip to content

Commit

Permalink
fix: add Twitter in the index page
Browse files Browse the repository at this point in the history
  • Loading branch information
ixartz committed Apr 3, 2024
1 parent e92e4e0 commit 75dfb8b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/app/[locale]/(unauth)/page.tsx
Expand Up @@ -27,6 +27,17 @@ export default function Index() {
</a>
.
</p>
<p>
Follow{' '}
<a
className="text-blue-700 hover:border-b-2 hover:border-blue-700"
href="https://twitter.com/ixartz"
target="_blank"
>
@Ixartz on Twitter
</a>{' '}
for updates and more information about the boilerplate.
</p>
<p>
Our sponsors&apos; exceptional support has made this project possible.
Their services integrate seamlessly with the boilerplate, and we
Expand Down

0 comments on commit 75dfb8b

Please sign in to comment.