disable draggable #8

Merged
Alsaze merged 1 commits from AddKanban into main 2024-04-22 18:42:36 +00:00
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"> <img ref="logoEl" class="logo" src="/logo-no-bg.png" alt="KPTL" draggable="false">
</header> </header>
<div class="grid"> <div class="grid">

View File

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