diff --git a/LICENSE b/LICENSE index 73eb3cc..bf89d59 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023-present Johann Schopplich +Copyright (c) 2023-PRESENT Johann Schopplich Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 3a3380d..57a1aec 100644 --- a/README.md +++ b/README.md @@ -56,4 +56,4 @@ You can target specific images by passing a CSS selector, a DOM element, a list ## License -[MIT](./LICENSE) License © 2023-present [Johann Schopplich](https://github.com/johannschopplich) +[MIT](./LICENSE) License © 2023-PRESENT [Johann Schopplich](https://github.com/johannschopplich) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 835e568..a26e758 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -51,7 +51,7 @@ export default defineConfig({ footer: { message: 'Released under the MIT License.', - copyright: 'Copyright © 2023-present Johann Schopplich', + copyright: 'Copyright © 2023-PRESENT Johann Schopplich', }, search: { diff --git a/docs/.vitepress/theme/vars.css b/docs/.vitepress/theme/vars.css index b7bb083..6447e65 100644 --- a/docs/.vitepress/theme/vars.css +++ b/docs/.vitepress/theme/vars.css @@ -7,7 +7,6 @@ --vp-c-brand-1: #E75153; --vp-c-brand-2: #E33638; --vp-c-brand-3: #DC1E21; - --vp-c-brand-soft: #E7515314; } /**