Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(page-titles): Fixing page titles in the website - FRONT-4246 #3222

Merged
merged 1 commit into from
Feb 9, 2024
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
2 changes: 1 addition & 1 deletion src/website/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class App extends React.Component {
<Router basename={process.env.PUBLIC_URL}>
<>
<Helmet
titleTemplate="%s - ECL v3"
titleTemplate="%s - ECL v4"
defaultTitle="Europa Component Library"
>
<meta
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Usage
order: 1
---
The file upload component is used to select and upload files. This uploading interface can be supplemented by additional resources such as the [File upload status](https://v3--europa-component-library.netlify.app/playground/ec/?path=/story/compositions-file-upload-status--default) to monitor the progress and offer additional interaction such as removing files once uploaded
The file upload component is used to select and upload files. This uploading interface can be supplemented by additional resources such as the [File upload status](https://v4-dev--europa-component-library.netlify.app/playground/ec/?path=/story/compositions-file-upload-status--default) to monitor the progress and offer additional interaction such as removing files once uploaded

## Do's

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Usage
order: 1
---
The file upload component is used to select and upload files. This uploading interface can be supplemented by additional resources such as the [File upload status](https://v3--europa-component-library.netlify.app/playground/eu/?path=/story/compositions-file-upload-status--default) to monitor the progress and offer additional interaction such as removing files once uploaded
The file upload component is used to select and upload files. This uploading interface can be supplemented by additional resources such as the [File upload status](https://v4-dev--europa-component-library.netlify.app/playground/eu/?path=/story/compositions-file-upload-status--default) to monitor the progress and offer additional interaction such as removing files once uploaded

## Do's

Expand Down
Loading