Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Finish Work
Browse files Browse the repository at this point in the history
  • Loading branch information
Mysterious-Dev committed Dec 15, 2023
1 parent 449dbdd commit 3a446f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion lib/assets/external/twitter.svg

This file was deleted.

4 changes: 1 addition & 3 deletions lib/components/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,11 @@ import _PayPalIcon from '@/assets/external/paypal.svg?component'
export const PayPalIcon = _PayPalIcon
import _RedditIcon from '@/assets/external/reddit.svg?component'
export const RedditIcon = _RedditIcon
import _TwitterIcon from '@/assets/external/twitter.svg?component'
export const TwitterIcon = _TwitterIcon
import _WindowsIcon from '@/assets/external/windows.svg?component'
export const WindowsIcon = _WindowsIcon
import _YouTubeIcon from '@/assets/icons/youtube.svg?component'
export const YouTubeIcon = _YouTubeIcon
import _XTwitterIcon from '@/assets/external/twitter.svg?component'
import _XTwitterIcon from '@/assets/external/x.svg?component'
export const XTwitterIcon = _XTwitterIcon

// Icons
Expand Down
4 changes: 2 additions & 2 deletions lib/components/modal/ShareModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ defineExpose({
target="_blank"
:href="sendTweet"
>
<XTwitterIcon/>
<XTwitterIcon />
</a>
<a
v-tooltip="'Share on Reddit'"
Expand Down Expand Up @@ -223,7 +223,7 @@ defineExpose({
}
&.twitter {
background-color: #1da1f2;
background-color: #000000;
}
}
}
Expand Down

0 comments on commit 3a446f7

Please sign in to comment.