diff options
| author | ivar <i@oiee.no> | 2025-12-07 22:42:14 +0100 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2025-12-07 22:42:14 +0100 |
| commit | 13e0a6edb530a86acc56441980f6ed4d9fbf2022 (patch) | |
| tree | eead1100cb714341ef1527f3b3e7b8909dcfbe3b /code/api/Pages/_Layout.cshtml | |
| parent | 681192e93d96c34928d1d8a8b62bff3a0c860992 (diff) | |
| download | storage-master.tar.xz storage-master.zip | |
Diffstat (limited to 'code/api/Pages/_Layout.cshtml')
| -rw-r--r-- | code/api/Pages/_Layout.cshtml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/code/api/Pages/_Layout.cshtml b/code/api/Pages/_Layout.cshtml index 1a69641..c135896 100644 --- a/code/api/Pages/_Layout.cshtml +++ b/code/api/Pages/_Layout.cshtml @@ -15,7 +15,8 @@ <a href="/home">Home</a> </div> <div class="right"> - <profile-modal/> + <button id="open-profile-modal">profile</button> + <profile-modal trigger-id="open-profile-modal"/> </div> </nav> </header> |
