Skip to content

Commit 2c933f3

Browse files
committed
remove latest text on select and shrink font size
1 parent 5be8466 commit 2c933f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/partials/page-versions.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{#with page.versions}}
22
<div class="dropdown ml-auto">
33
<button id="page-version-dropdown" title="Show other versions of page" class="group dropdown-trigger btn btn-soft btn-primary btn-small" aria-haspopup="true" aria-expanded="false">
4-
<span class="font-bold ml-1">{{@root.page.componentVersion.displayVersion}}{{#if (eq @root.page.component.latest.version @root.page.componentVersion.version)}} (Latest){{/if}}</span>
4+
<span class="font-bold ml-1 text-xs">{{@root.page.componentVersion.displayVersion}}</span>
55
<i class="material-icons text-lg color-primary motion-safe:transition-transform motion-safe:duration-300 motion-safe:ease-in-out ml-[0.15em] group-[.active]:rotate-180">expand_more</i>
66
</button>
77
<ul class="dropdown-content py-2 bg-body border rounded w-48 z-40" role="menu" aria-orientation="vertical" aria-labelledby="page-version-dropdown">

0 commit comments

Comments
 (0)