Skip to content

Commit 0a7721b

Browse files
committed
misc
1 parent 2f352bf commit 0a7721b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

priv/templates/lib/bonfire/web/views/dashboard_live.sface

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"flex flex-col bg-base-100 gap-2",
44
"border border-base-content/10": !current_user_id(@__context__)
55
}>
6-
<!-- <div
6+
{!-- <div
77
style={"background-image: url(#{Config.get([:ui, :theme, :instance_image], nil)});height: 220px;"}
88
class="bg-center bg-no-repeat bg-cover"
99
>
1010
</div>
1111
<div class="p-4 flex flex-col gap-3">
1212
<h1 class="text-2xl text-base-content text-center font-bold">{Config.get([:ui, :theme, :instance_name], Bonfire.Application.name_and_flavour())}</h1>
1313
<h2 class="text-lg text-center font-medium text-base-content780">{Config.get([:ui, :theme, :instance_tagline], "Welcome to #{Bonfire.Application.name_and_flavour()}")}</h2>
14-
</div> -->
14+
</div> --}
1515
{!-- TODO: use WidgetsLive here, so the list and order can be changed in config & user settings --}
1616
{#case @default_feed}
1717
{#match :curated}

0 commit comments

Comments
 (0)