website: bump prettier from 2.8.8 to 3.0.0 in /website (#6155)

* website: bump prettier from 2.8.8 to 3.0.0 in /website

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.0.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.8...3.0.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* prettier

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
dependabot[bot]
2023-07-06 12:00:54 +02:00
committed by GitHub
parent 2ca0e9da7d
commit d14a2906f5
11 changed files with 27 additions and 29 deletions

View File

@ -7,7 +7,10 @@
<style type="text/css">
#mc_embed_signup {
clear: left;
font: 14px Helvetica, Arial, sans-serif;
font:
14px Helvetica,
Arial,
sans-serif;
width: 100%;
}

View File

@ -85,7 +85,7 @@ function Home() {
<Link
className={clsx(
"button button--outline button--secondary button--lg",
styles.getStarted
styles.getStarted,
)}
to={useBaseUrl("docs/installation/")}
>
@ -121,13 +121,13 @@ function Home() {
firstImage={{
id: 1,
imageUrl: useBaseUrl(
"img/screen_apps_dark.jpg"
"img/screen_apps_dark.jpg",
),
}}
secondImage={{
id: 2,
imageUrl: useBaseUrl(
"img/screen_apps_light.jpg"
"img/screen_apps_light.jpg",
),
}}
/>
@ -173,13 +173,13 @@ function Home() {
firstImage={{
id: 1,
imageUrl: useBaseUrl(
"img/screen_admin_dark.jpg"
"img/screen_admin_dark.jpg",
),
}}
secondImage={{
id: 2,
imageUrl: useBaseUrl(
"img/screen_admin_light.jpg"
"img/screen_admin_light.jpg",
),
}}
/>

View File

@ -15,7 +15,7 @@ function TerraformProviderPage() {
<BrowserOnly>
{() => {
window.location.assign(
"https://registry.terraform.io/providers/goauthentik/authentik/latest/docs"
"https://registry.terraform.io/providers/goauthentik/authentik/latest/docs",
);
}}
</BrowserOnly>

View File

@ -54,7 +54,7 @@ export default function BlogPostPage(props) {
<HtmlClassNameProvider
className={clsx(
ThemeClassNames.wrapper.blogPages,
ThemeClassNames.page.blogPostPage
ThemeClassNames.page.blogPostPage,
)}
>
<BlogPostPageMetadata />