Skip to content

Commit

Permalink
Merge pull request #9 from timia2109/epic/users
Browse files Browse the repository at this point in the history
Fix footer color
  • Loading branch information
timia2109 authored Aug 7, 2024
2 parents 0d88708 + d6b3691 commit 86a92b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Simple Meal Plan

This is a very simple meal planner. It's main purpose is to host it as a free SaaS solution.
You can use it [here](https://example.com). Anyway you can deploy it using Docker.
You can use it [here](https://simple-meal-plan.app). Anyway you can deploy it using Docker.

I want to replace the Excel Sheet, my girlfriend was using.

Expand Down
6 changes: 3 additions & 3 deletions src/components/common/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ export async function Footer() {

return (
<footer
className=" w-full border-t border-gray-200
bg-white p-4 text-white shadow md:flex
md:items-center md:justify-between md:p-6 dark:border-gray-600 dark:bg-gray-800"
className="w-full border-t
bg-neutral p-4 text-neutral-content shadow md:flex
md:items-center md:justify-between md:p-6"
>
<div>
{t("title")}
Expand Down

0 comments on commit 86a92b0

Please sign in to comment.