Skip to content
Snippets Groups Projects
Commit 30c5ab92 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

remove negation

parent c317a299
No related branches found
No related tags found
No related merge requests found
<template>
<div class="article_footer">
<v-btn v-if="!webShareApiSupported || !$vuetify.breakpoint.mdAndUp" x-small depressed class="toolbar-button" rounded tabindex="0" @click="copy_link">
<v-btn v-if="!webShareApiSupported || $vuetify.breakpoint.mdAndUp" x-small depressed class="toolbar-button" rounded tabindex="0" @click="copy_link">
<v-icon small>link</v-icon> <span class = "button-text">Kopier lenke</span>
</v-btn>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment