Skip to content

Commit

Permalink
Update results.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnavK-09 committed Jan 26, 2024
1 parent 0c8f9a5 commit 47a7adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/results.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default function ({ data }: PageProps<PlantData[]>) {
<div class="w-full hover:shadow-2xl md:hover:scale-105 transition card py-2 md:w-96 select-none bg-base-300 shadow-xl">
<figure>
<h2 class="select-none text-9xl rounded-full my-1 bg-white/5 px-1.5 py-2 aspect-square">
{x.emoji}
{x.emoji.slice(0,1)}
</h2>
</figure>
<div class="card-body">
Expand Down

0 comments on commit 47a7adb

Please sign in to comment.