mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-20 05:19:38 +02:00
chore: Disable email verification for new users, update search functionality, and improve note card display
This commit is contained in:
parent
10466f5913
commit
7c61fa3363
5 changed files with 67 additions and 63 deletions
|
@ -168,7 +168,7 @@
|
|||
<a href={link} class="link link-primary" target="_blank">{link}</a>
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-sm btn-error absolute right-0"
|
||||
class="btn btn-sm btn-error absolute right-0 mr-4"
|
||||
on:click={() => {
|
||||
newNote.links = newNote.links.filter((_, index) => index !== i);
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue