Skip to content

Commit 38d9c4e

Browse files
committed
Fix ilab link in empty state dashboard
Signed-off-by: Brent Salisbury <[email protected]>
1 parent d94407a commit 38d9c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Dashboard/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const Index: React.FunctionComponent = () => {
145145
icon={<GithubIcon />}
146146
iconPosition="right"
147147
component="a"
148-
href="https://github.com/your-repo"
148+
href="https://github.com/instructlab"
149149
target="_blank"
150150
rel="noopener noreferrer"
151151
>

0 commit comments

Comments
 (0)