Compare commits
No commits in common. "82bdc96889125b2aba55cba132d98599c46d7c0f" and "09ebfe8be6537dff87a5507ad3bcf8e1f36c3c8f" have entirely different histories.
82bdc96889
...
09ebfe8be6
2
app.vue
2
app.vue
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<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>
|
||||
|
||||
<div class="grid">
|
||||
|
@ -4,7 +4,7 @@
|
||||
{{ title }}
|
||||
</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">
|
||||
{{ action }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user