Skip to content

Commit 9435276

Browse files
authored
Merge pull request #177 from nerdalert/empty-state-link
Fix ilab link in empty state dashboard
2 parents d94407a + 38d9c4e commit 9435276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Dashboard/index.tsx

+1-1
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)