Merge pull request 'disable draggable' (#8) from AddKanban into main
All checks were successful
Gitea Actions Demo / build-and-deploy (push) Successful in 26s
All checks were successful
Gitea Actions Demo / build-and-deploy (push) Successful in 26s
Reviewed-on: #8
This commit is contained in:
commit
82bdc96889
2
app.vue
2
app.vue
@ -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">
|
||||
|
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user