fix: style components to add responsivity
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { Lang } from "@/types/lang"
|
||||
import type { Edges } from "../utils/edges"
|
||||
|
||||
export type ContactNode = {
|
||||
@@ -10,8 +11,12 @@ export type ContactNode = {
|
||||
}
|
||||
system: {
|
||||
uid: string
|
||||
locale: Lang
|
||||
}
|
||||
phone: {
|
||||
number: string
|
||||
title: string
|
||||
}
|
||||
phone: string
|
||||
title: string
|
||||
visiting_address: {
|
||||
city: string
|
||||
|
||||
Reference in New Issue
Block a user