mirror of
https://github.com/gethomepage/homepage.git
synced 2026-04-05 17:51:21 -07:00
new logo and styling tweaks
This commit is contained in:
@@ -9,6 +9,7 @@ const widgetMappings = {
|
||||
search: dynamic(() => import("components/widgets/search/search")),
|
||||
greeting: dynamic(() => import("components/widgets/greeting/greeting")),
|
||||
datetime: dynamic(() => import("components/widgets/datetime/datetime")),
|
||||
logo: dynamic(() => import("components/widgets/logo/logo"), { ssr: false }),
|
||||
};
|
||||
|
||||
export default function Widget({ widget }) {
|
||||
|
||||
Reference in New Issue
Block a user