Skip to content

Commit

Permalink
fix(logs): resolve issue with error logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ruru-m07 committed Aug 8, 2024
1 parent 769a87e commit 40baa94
Show file tree
Hide file tree
Showing 4 changed files with 265 additions and 4 deletions.
1 change: 1 addition & 0 deletions apps/www/app/layout.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const baseOptions: BaseLayoutProps = {
</>
),
},
githubUrl: "https://github.com/ruru-m07/ruru-ui/",
// links: [
// {
// text: 'Documentation',
Expand Down
6 changes: 3 additions & 3 deletions apps/www/components/EditonGithub.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ const Edit = () => {
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
className="size-3 lucide lucide-square-pen"
>
<path d="M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7" />
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"node": ">=18.17.0"
},
"dependencies": {
"@changesets/cli": "^2.27.7"
"@changesets/cli": "^2.27.7",
"sharp": "^0.33.4"
}
}
259 changes: 259 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 40baa94

Please sign in to comment.