General fix the homepage and the sponsor block overflow on mobile
This commit is contained in:
@@ -36,15 +36,6 @@ export type FAQ = {
|
||||
answer: string;
|
||||
};
|
||||
|
||||
export type HomepageCMSResponse = {
|
||||
description: InputValue;
|
||||
councilPhoto: string;
|
||||
faqs: {
|
||||
question: string;
|
||||
answer: string;
|
||||
}[];
|
||||
};
|
||||
|
||||
export type OfficeHour = {
|
||||
day: string;
|
||||
startTime: string;
|
||||
|
||||
Reference in New Issue
Block a user