Skip to content

Commit

Permalink
Update app/views/layouts/application.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
LuigiR0jas committed Sep 2, 2024
1 parent 88d12c1 commit e6603da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<%= yield :head %>
</head>

<body class="flex flex-col h-full"
<body class="flex flex-col h-full bg-grey-50"
<%= user_signed_in? ? "data-controller=web-push-notifications
data-web-push-notifications-vapid-key-value=#{vapid_public_key}
data-web-push-notifications-notifications-enabled-value=#{current_profile.web_push_notifications}" : '' %>>
Expand Down

0 comments on commit e6603da

Please sign in to comment.