Commit
·
fbcc1ed
1
Parent(s):
8a160d5
Update SettingsWindow.tsx
Browse files
app/components/settings/SettingsWindow.tsx
CHANGED
|
@@ -263,7 +263,7 @@ export const SettingsWindow = ({ open, onClose }: SettingsProps) => {
|
|
| 263 |
))}
|
| 264 |
<div className="mt-auto flex flex-col gap-2">
|
| 265 |
<a
|
| 266 |
-
href="https://github.com/
|
| 267 |
target="_blank"
|
| 268 |
rel="noopener noreferrer"
|
| 269 |
className={classNames(styles['settings-button'], 'flex items-center gap-2')}
|
|
|
|
| 263 |
))}
|
| 264 |
<div className="mt-auto flex flex-col gap-2">
|
| 265 |
<a
|
| 266 |
+
href="https://github.com/stackblitz-labs/bolt.diy"
|
| 267 |
target="_blank"
|
| 268 |
rel="noopener noreferrer"
|
| 269 |
className={classNames(styles['settings-button'], 'flex items-center gap-2')}
|