Skip to content

Commit

Permalink
Added ability to let users manage their own icons 😁
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumo committed May 28, 2021
1 parent 9cd57c1 commit 37a11f2
Show file tree
Hide file tree
Showing 13 changed files with 621 additions and 189 deletions.
2 changes: 1 addition & 1 deletion website/macos-big-sur-icons/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div id="app">
<!-- <div id="logobar"></div> -->
<coral-toast id="toastMessage" variant="success">
😄 All icons have been uploaded.
All icons have been uploaded.
</coral-toast>

<Header
Expand Down
2 changes: 1 addition & 1 deletion website/macos-big-sur-icons/src/components/Dialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export default {
parent.showToast({
id: "toastMessage",
message: "✅ 😄 All icons have been uploaded.",
message: "All icons have been uploaded.",
variant: "success"
})
dialog.hide()
Expand Down
Loading

0 comments on commit 37a11f2

Please sign in to comment.