Skip to content

Commit

Permalink
feat: change domain to hel.fi
Browse files Browse the repository at this point in the history
PT-1737
  • Loading branch information
nikomakela committed Sep 16, 2024
1 parent 631975c commit 4ba9ded
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next

Production environment:

- https://kultus.fi/
- https://kultus.hel.fi/
- Triggered by creation of release-\* tag, e.g. `release-v0.1.0`
- Needs to be manually approved in pipeline to be deployed

Expand Down
2 changes: 1 addition & 1 deletion src/domain/app/footer/__tests__/Footer.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const footerMenu = [
{ title: 'Saavutettavuusseloste', uri: '/saavutettavuusseloste' },
{ title: 'Käyttöehdot', uri: '/kayttoehdot' },
{ title: 'Anna palautetta', uri: '/palaute' },
{ title: 'Palveluntarjoajille', uri: 'https://provider.kultus.fi' },
{ title: 'Palveluntarjoajille', uri: 'https://kultus-admin.hel.fi' },
];

// Mock menu query for header
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ exports[`Footer matches snapshot 1`] = `
</span>
<a
class="LinkBase-module_link__djxNm LinkBase_hds-link__4Kjdj LinkBase-module_linkM__Hz4Zc LinkBase_hds-link--medium__bHZ5t LinkBase-module_disableVisitedStyles__S6UjE LinkBase_hds-link--disable-visited-styles__cQcea Link-module_link__ysKHd FooterLink-module_item__3Ig3B FooterLink-module_base__bzKoj footerLink"
href="https://provider.kultus.fi"
href="https://kultus-admin.hel.fi"
rel="noopener noreferrer"
target="_blank"
>
Expand Down
4 changes: 2 additions & 2 deletions src/domain/app/header/__tests__/HeaderNotification.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ beforeEach(() => {

it('matches snapshot', async () => {
const { container } = renderComponent({
linkUrl: 'https://kultus.fi',
linkUrl: 'https://kultus.hel.fi',
level: 'info',
title: 'Notification title',
content: 'Notification content',
Expand All @@ -64,7 +64,7 @@ it('matches snapshot', async () => {
it('renders notification data correctly', async () => {
const title = 'Notification title';
const content = 'Notification content';
const linkUrl = 'https://kultus.fi';
const linkUrl = 'https://kultus.hel.fi';
const linkText = 'Linkki sivustolle';
renderComponent({
startDate: new Date(2020, 6, 10).toISOString(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ exports[`matches snapshot 1`] = `
class="Notification-module_body__9BSAD notification_hds-notification__body__3cobH"
>
<a
href="https://kultus.fi"
href="https://kultus.hel.fi"
rel="noreferrer"
style="margin-top: 1rem; display: block;"
target="_blank"
Expand Down

0 comments on commit 4ba9ded

Please sign in to comment.