Hybrid output rendering
- Changed output to `hybrid` instead of `server` - Bugfixes to ShowcaseTabs (iamge sizing) - Changes due to hybrid rendering
This commit is contained in:
@ -36,7 +36,7 @@ export function ShowcaseTabs({ currentLocale }) {
|
||||
<span className="text-pretty">{item.description}</span>
|
||||
</CardDescription>
|
||||
</CardHeader>
|
||||
<CardContent className="h-[85%] w-full">
|
||||
<CardContent className="w-full max-h-[78%] lg:h-full">
|
||||
<div className="h-full w-full">
|
||||
<img
|
||||
src={item.image}
|
||||
|
Reference in New Issue
Block a user