Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions packages/components/src/PageFooter/DesktopFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const DesktopLinks: React.FC<DesktopFooterProps> = ({ privacyManagerId }) => {
links: [
{ label: 'Über t3n', url: '/ueber-t3n/' },
{ label: 'Team', url: '/team' },
{ label: 'Jobs bei t3n', url: '/jobs-bei-t3n/' },
{ label: 'Jobs bei t3n', url: '/jobs-bei-t3n' },
{
label: 't3n Backstage Blog',
title: 'Die externe Seite im neuen Tab/Fenster öffnen',
Expand All @@ -132,7 +132,7 @@ const DesktopLinks: React.FC<DesktopFooterProps> = ({ privacyManagerId }) => {
target: '_blank',
rel: 'noreferrer noopener',
},
{ label: 'Abo kündigen', url: '/abo-kuendigen/' },
{ label: 'Abo kündigen', url: '/abo-kuendigen' },
{ label: 'Kontakt', url: '/kontakt/' },
{ label: 'AGB', url: '/agb/' },
{ label: 'Widerrufsbelehrung', url: '/agb/#widerrufsbelehrung' },
Expand All @@ -152,18 +152,18 @@ const DesktopLinks: React.FC<DesktopFooterProps> = ({ privacyManagerId }) => {
{ label: 'Dein Abo', url: '/dein-abo' },
{
label: 'Jetzt abonnieren',
url: '/abos/',
url: '/abos',
},
{ label: 'News', url: '/news/' },
{ label: 'Magazin', url: '/magazin/' },
{ label: 'Podcasts', url: '/podcast/' },
{ label: 'Podcasts', url: '/podcast' },
{ label: 'Themen', url: '/tag/' },
{ label: 'Jobs', url: 'https://jobs.t3n.de' },
{ label: 'Events', url: '/events/' },
{ label: 'Events', url: '/events' },
{ label: 'Shop', url: 'https://shop.t3n.de' },
{ label: 'Newsletter', url: '/info/t3n-newsletter/' },
{ label: 'Newsarchiv', url: '/archive/' },
{ label: 'BrandHubs', url: '/brandhub/' },
{ label: 'BrandHubs', url: '/brandhub' },
],
},
{
Expand Down
6 changes: 3 additions & 3 deletions packages/components/src/PageFooter/MobileFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ const MobileLinks: React.FC<MobileFooterProps> = ({ privacyManagerId }) => {
},
{
label: 'Jetzt abonnieren',
url: '/abos/',
url: '/abos',
},
{
label: 'Team',
url: '/team',
},
{
label: 'Jobs bei t3n',
url: '/jobs-bei-t3n/',
url: '/jobs-bei-t3n',
},
{
label: 'Mediadaten',
Expand Down Expand Up @@ -102,7 +102,7 @@ const MobileLinks: React.FC<MobileFooterProps> = ({ privacyManagerId }) => {
},
{
label: 'Abo kündigen',
url: '/abo-kuendigen/',
url: '/abo-kuendigen',
},
{
label: 'Kontakt',
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/PageHeader/PageHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ const PageHeader: React.FC<PageHeaderProps> = ({
) : (
<RoundedButton
as="a"
href="/abos/"
href="/abos"
title="t3n Abos Landingpage"
className="t-header__abo-button"
mr={2}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ const BurgerNav: React.FC<BurgerNavProps> = ({
</a>
<BurgerHeading as="h4" styleAs="h4" mt={0} mb={5}>
<a
href="/dein-abo/"
href="/dein-abo"
className="t-header__burger-link"
tabIndex={tabbable ? 0 : -1}
>
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/UserMenu/UserMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ const UserMenu: React.FC<UserMenuProps> = ({
loginLink = '/account/login',
logoutLink = '/account/logout',
isPlusUser = false,
aboLink = '/account/',
aboLink = '/account',
readingListLink = '/account/merkliste',
accountLink = '/account/edit',
light,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const brands: PageHeaderTeaserImageType[] = [
},
{
title: 'MIT Technology Review',
url: '/technology-review/',
url: '/technology-review',
image:
'https://cdn.t3n.de/strapi/brand_tr_a59fcf5a31/brand_tr_a59fcf5a31.png',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const brands: PageHeaderTeaserImageType[] = [
},
{
title: 'MIT Technology Review',
url: '/technology-review/',
url: '/technology-review',
image: 'https://cdn.t3n.de/js-frontend/static/tr-logo-burger.png',
},
];
Expand Down