diff --git a/apps/frontend/src/components/ui/servers/marketing/MedalServerListing.vue b/apps/frontend/src/components/ui/servers/marketing/MedalServerListing.vue index 432a2729f..c880ea196 100644 --- a/apps/frontend/src/components/ui/servers/marketing/MedalServerListing.vue +++ b/apps/frontend/src/components/ui/servers/marketing/MedalServerListing.vue @@ -1,63 +1,92 @@ @@ -169,4 +233,9 @@ const timeLeftCountdown = computed(() => { border-radius: inherit; color: var(--medal-promotion-text-orange); } + +.text-medal-orange { + color: var(--medal-promotion-text-orange); + font-weight: bold; +} diff --git a/packages/assets/generated-icons.ts b/packages/assets/generated-icons.ts index 9d345a9e1..a46160383 100644 --- a/packages/assets/generated-icons.ts +++ b/packages/assets/generated-icons.ts @@ -139,6 +139,7 @@ import _ReplyIcon from './icons/reply.svg?component' import _ReportIcon from './icons/report.svg?component' import _RestoreIcon from './icons/restore.svg?component' import _RightArrowIcon from './icons/right-arrow.svg?component' +import _RocketIcon from './icons/rocket.svg?component' import _RotateClockwiseIcon from './icons/rotate-clockwise.svg?component' import _RotateCounterClockwiseIcon from './icons/rotate-counter-clockwise.svg?component' import _RssIcon from './icons/rss.svg?component' @@ -333,6 +334,7 @@ export const ReplyIcon = _ReplyIcon export const ReportIcon = _ReportIcon export const RestoreIcon = _RestoreIcon export const RightArrowIcon = _RightArrowIcon +export const RocketIcon = _RocketIcon export const RotateClockwiseIcon = _RotateClockwiseIcon export const RotateCounterClockwiseIcon = _RotateCounterClockwiseIcon export const RssIcon = _RssIcon diff --git a/packages/assets/icons/rocket.svg b/packages/assets/icons/rocket.svg new file mode 100644 index 000000000..df6c40f36 --- /dev/null +++ b/packages/assets/icons/rocket.svg @@ -0,0 +1 @@ + \ No newline at end of file