diff --git a/README.md b/README.md index 087368e..ed718e1 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,9 @@ Install dependencies: cd astro-theme-pure bun install ``` + > [!NOTE] -> For Bun, if the installation is slow, it is recommended to use a mirror configuration by creating `bunfig.toml` under the project root directory: +> For Bun, if the installation is slow, it is recommended to use a mirror configuration by creating `bunfig.toml` under the project root directory: > > ```toml > [install] diff --git a/src/components/GithubCard.astro b/src/components/GithubCard.astro index c104fc0..528ac14 100644 --- a/src/components/GithubCard.astro +++ b/src/components/GithubCard.astro @@ -17,7 +17,7 @@ const data = await fetchGitHubApi(`https://api.github.com/repos/${owner}/${repo}
Developer / Designer
Lorem ipsum dolor sit amet, vidit suscipit at mei. Quem denique mea id. Usu ei regione - indoctum dissentiunt, cu meliore fuisset mei, vel quod voluptua ne. Ex dicat impedit mel, at - eum oratio possit voluptatum. + indoctum dissentiunt, cu meliore fuisset mei, vel quod voluptua ne. Ex dicat impedit mel, + at eum oratio possit voluptatum.
diff --git a/src/pages/terms/copyright.md b/src/pages/terms/copyright.md index 078930c..fe7edfb 100644 --- a/src/pages/terms/copyright.md +++ b/src/pages/terms/copyright.md @@ -7,4 +7,4 @@ language: 'En' back: '/terms/list' --- -It may be recommended to generate policies from [PolicyMaker.io](https://policymaker.io). \ No newline at end of file +It may be recommended to generate policies from [PolicyMaker.io](https://policymaker.io). diff --git a/src/pages/terms/disclaimer.md b/src/pages/terms/disclaimer.md index 32cee5d..c6f4727 100644 --- a/src/pages/terms/disclaimer.md +++ b/src/pages/terms/disclaimer.md @@ -7,4 +7,4 @@ language: 'En' back: '/terms/list' --- -It may be recommended to generate policies from [PolicyMaker.io](https://policymaker.io). \ No newline at end of file +It may be recommended to generate policies from [PolicyMaker.io](https://policymaker.io). diff --git a/src/pages/terms/list.astro b/src/pages/terms/list.astro index 7754872..634342e 100644 --- a/src/pages/terms/list.astro +++ b/src/pages/terms/list.astro @@ -13,7 +13,7 @@ const terms = [ { title: 'Privacy Policy', link: '/terms/privacy-policy' - }, + } ] --- diff --git a/src/pages/terms/terms-and-conditions.md b/src/pages/terms/terms-and-conditions.md index 5c13d11..34af017 100644 --- a/src/pages/terms/terms-and-conditions.md +++ b/src/pages/terms/terms-and-conditions.md @@ -7,4 +7,4 @@ language: 'En' back: '/terms/list' --- -It may be recommended to generate policies from [PolicyMaker.io](https://policymaker.io). \ No newline at end of file +It may be recommended to generate policies from [PolicyMaker.io](https://policymaker.io).