Merge pull request 'disable draggable' (#8) from AddKanban into main
All checks were successful
Gitea Actions Demo / build-and-deploy (push) Successful in 26s

Reviewed-on: #8
This commit is contained in:
Alsaze 2024-04-22 18:42:35 +00:00
commit 82bdc96889
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<template>
<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>
<div class="grid">

View File

@ -4,7 +4,7 @@
{{ title }}
</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">
{{ action }}