You've already forked AstralRinth
Update app download page to use flathub (#5188)
This commit is contained in:
7
packages/assets/external/flathub.svg
vendored
Normal file
7
packages/assets/external/flathub.svg
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0.04 -1.13 62.99 60.24">
|
||||
<g fill="currentColor" stroke-width="1.123" transform="matrix(1.56993 0 0 1.56993 -247.445 -135.95)">
|
||||
<circle cx="166.69" cy="95.647" r="9.048"/>
|
||||
<rect width="15.875" height="15.875" x="158.75" y="108.33" rx="4.233" ry="4.233"/>
|
||||
<path d="m195.534 93.49-1.622-.938-9.339-5.391a2.572 2.572 0 0 0-3.857 2.227v12.657a2.572 2.572 0 0 0 3.858 2.227l10.96-6.328a2.572 2.572 0 0 0 0-4.455zM194.99 116.31c0 .88-.708 1.587-1.587 1.587h-12.7c-.88 0-1.588-.708-1.588-1.587 0-.88.708-1.588 1.587-1.588h12.7c.88 0 1.588.709 1.588 1.588zm-7.938-7.938c.88 0 1.588.709 1.588 1.588v12.7c0 .88-.708 1.587-1.587 1.587-.88 0-1.588-.708-1.588-1.587v-12.7c0-.88.708-1.587 1.587-1.587z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 759 B |
@@ -39,6 +39,7 @@ import _VenmoColorIcon from './external/color/venmo.svg?component'
|
||||
import _CurseForgeIcon from './external/curseforge.svg?component'
|
||||
import _DiscordIcon from './external/discord.svg?component'
|
||||
import _FacebookIcon from './external/facebook.svg?component'
|
||||
import _FlathubIcon from './external/flathub.svg?component'
|
||||
import _GithubIcon from './external/github.svg?component'
|
||||
import _MinecraftServerIcon from './external/illustrations/minecraft_server_icon.png?url'
|
||||
import _InstagramIcon from './external/instagram.svg?component'
|
||||
@@ -93,6 +94,7 @@ export const GithubIcon = _GithubIcon
|
||||
export const CurseForgeIcon = _CurseForgeIcon
|
||||
export const DiscordIcon = _DiscordIcon
|
||||
export const FacebookIcon = _FacebookIcon
|
||||
export const FlathubIcon = _FlathubIcon
|
||||
export const InstagramIcon = _InstagramIcon
|
||||
export const SnapchatIcon = _SnapchatIcon
|
||||
export const ReelsIcon = _ReelsIcon
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
>
|
||||
<slot name="button" :open="isOpen">
|
||||
<div class="flex items-center gap-1 w-full">
|
||||
<slot name="title" />
|
||||
<slot name="title" :open="isOpen" />
|
||||
<DropdownIcon
|
||||
v-if="!forceOpen"
|
||||
class="ml-auto size-5 transition-transform duration-300 shrink-0"
|
||||
|
||||
Reference in New Issue
Block a user