fix: resolve container width issues, spa redirects, and appearance settings overwrite. feat: enhance order/sub details and newsletter layout
This commit is contained in:
@@ -301,6 +301,8 @@ export function useFooterSettings() {
|
||||
newsletter_title: data?.footer?.labels?.newsletter_title ?? 'Newsletter',
|
||||
newsletter_description: data?.footer?.labels?.newsletter_description ?? 'Subscribe to get updates',
|
||||
},
|
||||
payment: data?.footer?.payment,
|
||||
copyright: data?.footer?.copyright,
|
||||
isLoading,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user