-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💄 📦 use fontawesome icons in AppBar (#108)
* 📦 gains fontawesome dependency * use different FA library * use fontawesome icons instead of buttons * use fontawesome-free * remove unused dep * make buttons bigger * add hover effect * link to knowledge hub * remove hover-over * Update src/routes/+layout.svelte Co-authored-by: Monika Furdyna <[email protected]> * Update src/routes/+layout.svelte Co-authored-by: Monika Furdyna <[email protected]> * Update src/routes/+layout.svelte Co-authored-by: Monika Furdyna <[email protected]> * prettier --------- Co-authored-by: Alex Axthelm <[email protected]> Co-authored-by: Monika Furdyna <[email protected]>
- Loading branch information
1 parent
e44f33d
commit 8f88a29
Showing
4 changed files
with
42 additions
and
14 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
export const prerender = true; | ||
import '@fortawesome/fontawesome-free/css/all.min.css'; |