Skip to content

Commit

Permalink
fix(page-titles): Fixing page titles in the website - FRONT-4246 (#3222)
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus authored Feb 9, 2024
1 parent a389050 commit 7dba2bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

1 comment on commit 7dba2bb

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.