Rename project to Nicolium

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-02-09 22:34:28 +01:00
parent 9bc7846211
commit de8ae5a949
25 changed files with 173 additions and 176 deletions

View File

@ -166,7 +166,7 @@ const CreateAppPage: React.FC = () => {
<FormGroup labelText={<FormattedMessage id='app_create.website_label' defaultMessage='Website' />}>
<Input
type='text'
placeholder='https://codeberg.org/mkljczk/pl-fe'
placeholder='https://codeberg.org/mkljczk/nicolium'
onChange={handleParamChange('website')}
value={params.website}
/>
@ -175,7 +175,7 @@ const CreateAppPage: React.FC = () => {
<FormGroup labelText={<FormattedMessage id='app_create.redirect_uri_label' defaultMessage='Redirect URIs' />}>
<Input
type='text'
placeholder='https://codeberg.org/mkljczk/pl-fe'
placeholder='https://codeberg.org/mkljczk/nicolium'
onChange={handleParamChange('redirect_uris')}
value={params.redirect_uris}
required