Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
Use English instead of German
Browse files Browse the repository at this point in the history
  • Loading branch information
alsahawneh committed Dec 5, 2021
1 parent 19b6e30 commit 17d97d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/ShareButtons/ShareButtons.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</a>
<span class="share-button tooltip" @click="copyToClipboard(url)">
<font-awesome-icon icon="link" :size="faSize" />
<span ref="copyButton" class="copy-tooltip-text kopieren invisible"></span>
<span ref="copyButton" class="copy-tooltip-text copied invisible"></span>
</span>
</div>
</template>
Expand Down Expand Up @@ -63,7 +63,7 @@
[dir="rtl"] .share-button {
@apply mr-4 ml-0;
}
[dir="ltr"] .kopieren {
[dir="ltr"] .copied {
right: 0;
bottom: -37px;
}
Expand Down

0 comments on commit 17d97d5

Please sign in to comment.