Skip to content

Commit

Permalink
Upgrade to rsbuild 1.0 (#792)
Browse files Browse the repository at this point in the history
* fix: fix link to logo in SaaS starter

* chore: upgrade rsbuild to 1.0

https://rsbuild.dev/community/releases/v1-0

---------

Co-authored-by: Dotan J. Nahum <[email protected]>
  • Loading branch information
omninonsense and jondot authored Oct 13, 2024
1 parent a8c35ae commit e740780
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions starters/saas/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"devDependencies": {
"@biomejs/biome": "^1",
"@rsbuild/core": "^0.7",
"@rsbuild/plugin-react": "^0.7",
"@rsbuild/core": "^1",
"@rsbuild/plugin-react": "^1",
"@types/react": "^18",
"@types/react-dom": "^18",
"typescript": "^5"
Expand Down
6 changes: 1 addition & 5 deletions starters/saas/frontend/src/LocoSplash.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,7 @@ export const LocoSplash = () => {
</header>
<div className="logo">
<h1>Loco: SaaS application</h1>
<img
src="https://loco.rs/icon.svg"
className="logo"
alt="Loco logo"
/>
<img src="https://loco.rs/icon.svg" className="logo" alt="Loco logo" />
</div>
<footer>
<ul>
Expand Down

0 comments on commit e740780

Please sign in to comment.