replaced ti-copy
This commit is contained in:
parent
582f4b01ce
commit
232bbd20e3
11 changed files with 14 additions and 13 deletions
|
|
@ -6,7 +6,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
<template>
|
||||
<div :class="$style.codeBlockRoot">
|
||||
<button :class="$style.codeBlockCopyButton" class="_button" @click="copy">
|
||||
<i class="ph-copy ph-bold ph-lg"></i>
|
||||
<i class="ti ti-copy"></i>
|
||||
</button>
|
||||
<Suspense>
|
||||
<template #fallback>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue