Skip to content

Commit

Permalink
perfect lighthouse score, updated GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutlope committed Jan 15, 2023
1 parent dc37ac5 commit 0a38725
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
- [x] v1 of desktop UI
- [x] v1 of edge functions working
- [x] Optimize for mobile
- [ ] Push it to Vercel github repo and deploy to Vercel
- [ ] Fix link to GitHub + in footer
- [ ] Check lighthouse scores and optimize
- [x] Add Vercel Analytics

## Todos v2

- [x] Clean up code for generatebio function
- [x] Make console.logs pretty and tell folks they can look at them
- [ ] Make 'active' work in dropdown
Expand Down
2 changes: 1 addition & 1 deletion components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function Footer() {
</svg>
</Link>
<Link
href="https://github.com/Nutlope/restorePhotos"
href="https://github.com/vercel/twitter-bio-generator"
className="group"
aria-label="TaxPal on GitHub"
>
Expand Down
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const Home: NextPage = () => {
<main className="flex flex-1 w-full flex-col items-center justify-center text-center px-4 mt-12">
<a
className="flex max-w-fit items-center justify-center space-x-2 rounded-full border border-gray-300 bg-white px-4 py-2 text-sm text-gray-600 shadow-md transition-colors hover:bg-gray-100 mb-5"
href="https://github.com/Nutlope/search-youtuber"
href="https://github.com/vercel/twitter-bio-generator"
target="_blank"
rel="noopener noreferrer"
>
Expand Down

0 comments on commit 0a38725

Please sign in to comment.