Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/views/home/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%= turbo_stream_from "counter" %>

<main class="flex flex-col items-center justify-center min-h-screen bg-red-500 p-8">
<main class="flex flex-col items-center justify-center min-h-screen bg-red-600 p-8">
<div class="text-center mb-8">
<h1 class="text-5xl font-bold text-red-600 mb-2">Hello, World!</h1>
<p class="text-gray-500">Rails 8 Full Stack Demo</p>
Expand Down