Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Apr 13, 2024
2 parents 43c5887 + a559f3b commit 2ed53db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# @ryanatkn/moss 🌿

> modern organic stylesheets
> magical organic stylesheets
[**moss.ryanatkn.com**](https://moss.ryanatkn.com/)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ryanatkn/moss",
"version": "0.0.1",
"description": "modern organic stylesheets",
"description": "magical organic stylesheets",
"icon": "🌿",
"public": true,
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
style:height="var(--icon_size_xl2)"
class="mb_xl2"
/>
<blockquote>modern organic stylesheets</blockquote>
<blockquote>magical organic stylesheets</blockquote>
<a href="https://github.com/ryanatkn/moss">source code</a>
</header>
</section>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type {Src_Json} from '@ryanatkn/gro/src_json.js';
export const package_json = {
name: '@ryanatkn/moss',
version: '0.0.1',
description: 'modern organic stylesheets',
description: 'magical organic stylesheets',
icon: '🌿',
public: true,
license: 'MIT',
Expand Down

0 comments on commit 2ed53db

Please sign in to comment.