Skip to content

Commit

Permalink
logo changed
Browse files Browse the repository at this point in the history
  • Loading branch information
mahadihassanriyadh committed Feb 23, 2023
1 parent 4a14082 commit f464044
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2 deletions.
Binary file modified public/favicon.ico
Binary file not shown.
Binary file modified public/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Analytics } from "@vercel/analytics/react";
function App() {
return (
<div className="App container mx-auto mt-12">
<img className="mx-auto w-32" src={chickenCoopLogo} alt="" />
<img className="mx-auto w-44" src={chickenCoopLogo} alt="" />
<div className="mb-6 mt-4">
<h1 className="text-4xl text-gray-800 font-bold">
Chicken Coop!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ const WhichClassesAreAvailable = () => {
))}
</select>
</div>
<button className="mt-4 px-6 py-2 bg-white shadow-md border border-blue-500 rounded text-blue-500">Check Available Rooms</button>
<button className="mt-4 px-6 py-2 bg-white border border-orange-500 rounded text-orange-500">
Check Available Rooms
</button>
</form>
<div className="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 gap-5 mt-6 mx-3">
{results?.map((result) => (
Expand Down
Binary file modified src/assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit f464044

@vercel
Copy link

@vercel vercel bot commented on f464044 Feb 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please # to comment.