diff options
Diffstat (limited to 'src/components/widgets/Portfolio.astro')
| -rw-r--r-- | src/components/widgets/Portfolio.astro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/widgets/Portfolio.astro b/src/components/widgets/Portfolio.astro index 8cd230c..d4016a7 100644 --- a/src/components/widgets/Portfolio.astro +++ b/src/components/widgets/Portfolio.astro @@ -10,7 +10,7 @@ const { subtitle = '', tagline = '', items = [], - columns = 3, + callToAction, id, @@ -38,7 +38,7 @@ const { layout="responsive" {...image} /> - <div class="absolute inset-0 bg-black bg-opacity-0 group-hover:bg-opacity-20 transition-all duration-300"></div> + <div class="absolute inset-0 bg-black bg-opacity-0 group-hover:bg-opacity-20 transition-all duration-300" /> </div> </div> )) @@ -53,4 +53,4 @@ const { </div> ) } -</WidgetWrapper>
\ No newline at end of file +</WidgetWrapper> |
