Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

67 Font Awesome icons #72

Merged
merged 7 commits into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The technology stack includes:
- DayJS - date utility functions
- TanStack React Table - tables and datagrids
- Tailwind - styling
- Material Symbols - icons
- Font Awesome - icons
- Testing Library React - tests
- Vitest - tests
- MSW - API mocking
Expand Down Expand Up @@ -243,7 +243,7 @@ This project uses GitHub Actions to perform DevOps automation activities such as
- [Formik][formik]
- [Yup][yup]
- [Tailwind CSS][tailwind]
- [Material Symbols][icons]
- [Font Awesome][fontawesome]
- [Testing Library][testing-library]
- [GitHub Actions][ghactions]

Expand All @@ -254,7 +254,7 @@ This project uses GitHub Actions to perform DevOps automation activities such as
[formik]: https://formik.org/ 'Formik'
[yup]: https://github.com/jquense/yup 'Yup'
[tailwind]: https://tailwindcss.com/ 'Tailwind CSS'
[icons]: https://fonts.google.com/icons 'Material Symbols'
[fontawesome]: https://fontawesome.com/ 'Font Awesome'
[tanstack]: https://tanstack.com/ 'TanStack'
[testing-library]: https://testing-library.com/ 'Testing Library'
[ghactions]: https://docs.github.com/en/actions 'GitHub Actions'
4 changes: 0 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;1,400&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,[email protected],100..700,0..1,-50..200"
rel="stylesheet"
/>
<title>React Starter | LeanStacks</title>
</head>
<body>
Expand Down
Loading