Skip to content

Commit

Permalink
refactor: image url
Browse files Browse the repository at this point in the history
  • Loading branch information
im-machakata committed Jan 23, 2024
1 parent aa3457a commit 097629b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>
<main class="p-4 lg:px-8 text-center flex flex-col place-items-center min-h-[100vh]">
<section class="flex items-center w-100">
<img src="/assets/images/undraw_under_construction_-46-pa.svg" alt="New Inbox" class="px-4 h-[300px] w-[300px]">
<img src="./assets/images/undraw_under_construction_-46-pa.svg" alt="New Inbox" class="px-4 h-[300px] w-[300px]">
</section>
<section class="md:px-6 lg:px-8 mb-8">
<h1 class="xs:text-3xl text-4xl md:text-7xl md:px-4 lg:text-8xl font-bold text-blue-950">
Expand Down

0 comments on commit 097629b

Please sign in to comment.