Skip to content

Commit 185d65a

Browse files
committed
Remove Tailwind flash partial and update index to use standard flash partial
1 parent 1b7d5bb commit 185d65a

File tree

2 files changed

+1
-46
lines changed

2 files changed

+1
-46
lines changed

app/views/shared/_flash_tailwind.html.erb

Lines changed: 0 additions & 45 deletions
This file was deleted.

app/views/static/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<%= stylesheet_link_tag 'landing_page', media: 'all' %>
99
</head>
1010
<body>
11-
<%= render partial: "shared/flash_tailwind" %>
1211
<div class="hero pt-2">
12+
<%= render partial: "shared/flash" %>
1313

1414
<div class="container-fluid px-4 pt-3">
1515
<nav>

0 commit comments

Comments
 (0)