Skip to content

Commit

Permalink
fix(web): fix missing icons (#14737)
Browse files Browse the repository at this point in the history
* Updates

* fix

* Revert "Updates"

This reverts commit 724b538.

* format
  • Loading branch information
aviv926 authored Dec 17, 2024
1 parent a2dd962 commit 2948b9e
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,7 @@
<div class="text-white">
<CloseAction {onClose} />
</div>
<div
class="flex w-[calc(100%-3rem)] justify-end gap-2 overflow-hidden text-white"
data-testid="asset-viewer-navbar-actions"
>
<div class="flex gap-2 overflow-x-auto text-white" data-testid="asset-viewer-navbar-actions">
{#if !asset.isTrashed && $user}
<ShareAction {asset} />
{/if}
Expand Down

0 comments on commit 2948b9e

Please sign in to comment.