Skip to content

Commit

Permalink
title change
Browse files Browse the repository at this point in the history
  • Loading branch information
RosaErick committed Apr 14, 2024
1 parent 215c610 commit 4c19583
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/admin.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<nav class="w-64 p-4 h-screen bg-gray-600 sticky top-0">
<div class="flex">
<%= image_tag 'logo.png', class: "w-16" %>
<h1 class="text-md py-2 text-white font-bold hidden md:block">Ecomm Admin</h1>
<h1 class="text-md py-2 text-white font-bold hidden md:block">Ruby Docker Shop Admin</h1>
</div>
<ul class="flex flex-col text-white">
<li>
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Ecomm</title>
<title>Ruby Docker Shop</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
Expand Down
2 changes: 1 addition & 1 deletion config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ development:
# Do not set this db to the same as development or production.
test:
<<: *default
database: ecomm_test
database: rubydockershop_test

# As with config/credentials.yml, you never want to store sensitive information,
# like your database password, in your source code. If your source code is
Expand Down

0 comments on commit 4c19583

Please sign in to comment.