Compare commits
2 Commits
9581dc88aa
...
c21619c53a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c21619c53a | ||
|
|
b34b5851cd |
@@ -55,7 +55,7 @@ const copy = async (url: string, label: string) => {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<button
|
<button
|
||||||
class="btn btn-ghost btn-circle text-base-content"
|
class="btn btn-ghost btn-circle text-accent"
|
||||||
title="Share this view"
|
title="Share this view"
|
||||||
aria-label="Share this view"
|
aria-label="Share this view"
|
||||||
onclick="share_modal.showModal()"
|
onclick="share_modal.showModal()"
|
||||||
@@ -148,12 +148,6 @@ const copy = async (url: string, label: string) => {
|
|||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<div class="modal-action">
|
|
||||||
<form method="dialog">
|
|
||||||
<button class="btn btn-ghost">Close</button>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<form method="dialog" class="modal-backdrop">
|
<form method="dialog" class="modal-backdrop">
|
||||||
<button>close</button>
|
<button>close</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user