Skip to content

Commit

Permalink
SW-2544 implement design text changes for page 8 congratulations (#1693)
Browse files Browse the repository at this point in the history
- implemented text and image changes of the last page from the welcome wizard
- add font-awesome 6
- add tiktok to social media icon
- moved social media icons to a component
  • Loading branch information
Josef-MrBeam authored Mar 8, 2023
1 parent 1fa4282 commit e9b6cb6
Show file tree
Hide file tree
Showing 25 changed files with 7,139 additions and 60 deletions.
3 changes: 3 additions & 0 deletions octoprint_mrbeam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,9 @@ def get_assets(self):
"js/app/helpers/mutation-observer.js",
],
css=[
"css/fontawesome_v6/css/fontawesome.min.css",
"css/fontawesome_v6/css/brands.min.css",
"css/fontawesome_v6/css/v4-font-face.min.css",
"css/mrbeam.css",
"css/backlash_settings.css",
"css/tab_designlib.css",
Expand Down
Loading

0 comments on commit e9b6cb6

Please sign in to comment.