Skip to content

Commit

Permalink
Merge pull request #87 from mbaraa/dev
Browse files Browse the repository at this point in the history
v0.1.5 release fr
  • Loading branch information
mbaraa authored Jul 1, 2024
2 parents 3e134aa + 250d3e7 commit 7e1d1b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/package-lock.json

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

2 changes: 2 additions & 0 deletions app/views/components/ui/mobile_only.templ
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package ui

import "context"

templ MobileOnly() {
if IsMobile(ctx) {
<div class={ "contents", "md:hidden" }>
Expand Down

0 comments on commit 7e1d1b4

Please sign in to comment.