@@ -12,7 +12,7 @@ import type { ThemeType, ThemeTypeTranslation } from '@helpwave/hightide/hooks/u
1212import { defaultThemeTypeTranslation } from '@helpwave/hightide/hooks/useTheme'
1313import { useTheme } from '@helpwave/hightide/hooks/useTheme'
1414
15- type Categories = 'socials' | 'general' | 'products' | 'development'
15+ type Categories = 'socials' | 'general' | 'products' | 'development'
1616type FooterTranslation = { [ key in Categories ] : string } & ThemeTypeTranslation
1717
1818const defaultFooterTranslation : Record < Languages , FooterTranslation > = {
@@ -51,7 +51,7 @@ const linkGroups: Record<Categories, LinkType[]> = {
5151 { name : 'web' , link : 'https://github.com/helpwave/web' } ,
5252 { name : 'mobile-app' , link : 'https://github.com/helpwave/mobile-app' } ,
5353 { name : 'services' , link : 'https://github.com/helpwave/services' } ,
54- { name : 'helpwave tasks (staging) ' , link : 'https://staging- tasks.helpwave.de' } ,
54+ { name : 'helpwave tasks' , link : 'https://tasks.helpwave.de' } ,
5555 ] ,
5656 general : [
5757 { name : 'Support' , link : 'https://support.helpwave.de' } ,
@@ -99,7 +99,7 @@ const Footer = () => {
9999 { grouping . map ( ( groups , index ) => (
100100 < div key = { index } className = "col max-tablet:w-full w-[192px] max-tablet:text-center max-tablet:items-center" >
101101 { groups . map ( ( category ) => (
102- < FooterLinkGroup key = { category } title = { translation [ category ] } links = { linkGroups [ category ] } />
102+ < FooterLinkGroup key = { category } title = { translation [ category ] } links = { linkGroups [ category ] } />
103103 ) ) }
104104 { index === 2 && (
105105 < >
@@ -126,7 +126,7 @@ const Footer = () => {
126126 </ div >
127127 < div
128128 className = "row w-full h-[128px] items-center justify-center mx-auto font-space" >
129- < Helpwave color = "white" size = { 128 } />
129+ < Helpwave color = "white" size = { 128 } />
130130 < span className = "textstyle-title-normal" > © { year } helpwave</ span >
131131 </ div >
132132 </ div >
0 commit comments