Skip to content

Commit

Permalink
chore: Update banner credit in BannerHome.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
jer-nc committed Jul 30, 2024
1 parent def3f83 commit 4dc6d74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/home/banner-home/BannerHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ const BannerHome = () => {
<img src={banner} alt="banner" className="w-full h-full object-cover" />
<div
onClick={() => open('https://www.artstation.com/darovi3d')}
className="cursor-pointer font-semibold absolute bottom-4 right-4 text-white/80 text-sm"
className="cursor-pointer font-semibold absolute bottom-4 right-4 text-white/80 text-xs"
>
Art By Dani Rovira
Art By Dani Rovira Vilà
</div>
</div>

Expand Down

0 comments on commit 4dc6d74

Please sign in to comment.