Skip to content

Commit

Permalink
remove hero shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Christ committed Oct 28, 2024
1 parent 6e63b8b commit 96966ed
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanitypress",
"version": "4.10.3",
"version": "4.10.4",
"description": "A Next.js + Sanity.io Starter Template",
"author": "nuotsu <mitchell@nuotsu.dev> (https://nuotsu.dev)",
"license": "ISC",
Expand Down
9 changes: 0 additions & 9 deletions src/ui/modules/Hero.module.css

This file was deleted.

2 changes: 0 additions & 2 deletions src/ui/modules/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import CTAList from '@/ui/CTAList'
import Pretitle from '@/ui/Pretitle'
import Reputation from '@/ui/Reputation'
import { cn } from '@/lib/utils'
import css from './Hero.module.css'

export default function Hero({
pretitle,
Expand Down Expand Up @@ -50,7 +49,6 @@ export default function Hero({
className={cn(
'richtext relative isolate max-w-xl [&_:is(h1,h2)]:text-balance',
hasImage && 'text-shadow',
hasImage && css.txt,
{
'mb-8': stegaClean(alignItems) === 'start',
'my-auto': stegaClean(alignItems) === 'center',
Expand Down

0 comments on commit 96966ed

Please sign in to comment.