Skip to content

Commit

Permalink
removed UI breaking tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Cufee committed Jul 19, 2024
1 parent 3cb130a commit 0b492e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions cmd/frontend/routes/app/index.templ
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,9 @@ templ index(user *models.User, connections []components.ConnectionWithAccount, d
<span class="text-2xl font-bold text-center">
Custom Widgets { fmt.Sprintf("%d/%d", len(widgets),widgetsLimit) }
</span>
<div class="tooltip" data-tip="This feature is in Beta and might become limited to premium users once released.">
<span class="badge badge-outline badge-info font-bold">
BETA
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-4 text-info ml-0.5 -mr-2">
<path stroke-linecap="round" stroke-linejoin="round" d="m11.25 11.25.041-.02a.75.75 0 0 1 1.063.852l-.708 2.836a.75.75 0 0 0 1.063.853l.041-.021M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9-3.75h.008v.008H12V8.25Z"></path>
</svg>
</span>
</div>
<span class="badge badge-outline badge-info font-bold">
BETA
</span>
</div>
<div class="flex flex-col md:flex-row md:flex-wrap gap-2 w-full">
for _, widget:= range widgets {
Expand Down
2 changes: 1 addition & 1 deletion cmd/frontend/routes/app/index_templ.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0b492e2

Please sign in to comment.