Skip to content

Commit

Permalink
fix: remove rounded corners from upload page
Browse files Browse the repository at this point in the history
  • Loading branch information
brownben committed Jan 26, 2024
1 parent 4595147 commit 92f0b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/pages/upload/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ useTitle({
</NuxtLink>
</div>

<div class="rounded-lg border-b border-gray-200 py-12 transition">
<div class="border-b border-gray-200 py-12 transition">
<MapPinIcon
aria-hidden="true"
class="h-12 rounded-md bg-main-500 p-2 text-white transition"
Expand All @@ -54,7 +54,7 @@ useTitle({
</NuxtLink>
</div>

<div class="rounded-lg border-b border-gray-200 py-12 transition">
<div class="border-b border-gray-200 py-12 transition">
<PencilSquareIcon
aria-hidden="true"
class="h-12 rounded-md bg-main-500 p-2 text-white transition"
Expand Down

1 comment on commit 92f0b24

@vercel
Copy link

@vercel vercel bot commented on 92f0b24 Jan 26, 2024

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

munro – ./

munro.vercel.app
munro-git-main-brownben.vercel.app
munro-brownben.vercel.app
munroleagues.com

Please sign in to comment.