Compare commits

..

No commits in common. "82bdc96889125b2aba55cba132d98599c46d7c0f" and "09ebfe8be6537dff87a5507ad3bcf8e1f36c3c8f" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<template> <template>
<header> <header>
<img ref="logoEl" class="logo" src="/logo-no-bg.png" alt="KPTL" draggable="false"> <img ref="logoEl" class="logo" src="/logo-no-bg.png" alt="KPTL">
</header> </header>
<div class="grid"> <div class="grid">

View File

@ -4,7 +4,7 @@
{{ title }} {{ title }}
</p> </p>
<img :src="img" :alt="title" class="app-card__image" draggable="false"> <img :src="img" alt="TeamSpeak" class="app-card__image">
<AppButton class="app-card__action" :href="href"> <AppButton class="app-card__action" :href="href">
{{ action }} {{ action }}