diff --git a/components/ServiceCard.vue b/components/ServiceCard.vue index 66b6c01..0490820 100644 --- a/components/ServiceCard.vue +++ b/components/ServiceCard.vue @@ -4,13 +4,17 @@ const props = defineProps<{ href: string; img: string; unclickable?: boolean; + broken?: boolean; }>(); const imgUrl = `/images/services/${props.img}`; @@ -71,4 +76,9 @@ ul { margin: 0; line-height: 1.35; } + +.redphasis { + font-weight: bold; + color: red; +} diff --git a/components/index/services.vue b/components/index/services.vue index c3fbe0f..ef2df01 100644 --- a/components/index/services.vue +++ b/components/index/services.vue @@ -36,7 +36,12 @@ > Kobo Cloud - + Ad-filled media server @@ -44,6 +49,7 @@ name="Jellyfin" href="https://jellyfin.eggworld.me" img="jellyfin.webp" + broken > FOSS media server @@ -52,7 +58,8 @@ name="Minecraft" href="minecraft.eggworld.me" img="minecraft.webp" - :unclickable="true" + unclickable + broken > Whitelisted