mirror of
https://github.com/logos-co/logos-web.git
synced 2026-08-31 06:01:26 +00:00
Set mobile storage tech-stack bottom spacing and remove extra top offset before related articles to match intended section rhythm.
8 lines
296 B
TypeScript
8 lines
296 B
TypeScript
import type { Language } from '@repo/content/schemas'
|
|
|
|
import TechStackExplorer from '@/components/sections/shared/tech-stack-explorer'
|
|
|
|
export default function StorageTechStack({ locale }: { locale: Language }) {
|
|
return <TechStackExplorer locale={locale} contentClassName="pb-18 md:pb-6" />
|
|
}
|