We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c081cc commit 093d0e3Copy full SHA for 093d0e3
packages/editor/src/app/main/components/startscreen/StartScreen.tsx
@@ -156,11 +156,11 @@ export const StartScreen = observer(() => {
156
description="Visualize weather data with two React chart libraries"
157
previewImage={chartsPreviewImage}
158
author={{
159
- username: "niklas",
+ username: "yousef",
160
profileImageUrl: "",
161
}}
162
onClick={() => {
163
- navigationStore.navigateToNotebook("@niklas/charts");
+ navigationStore.navigateToNotebook("@yousef/charts");
164
}}></NotebookOverviewItem>
165
</div>
166
<div className={styles.notebook}>
0 commit comments