Skip to content

Commit 2435cd1

Browse files
authored
Merge pull request #2467 from damodardatta/damodar/issue-1998
added hyperlink to home
2 parents 36adb48 + ddf82d2 commit 2435cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react_frontend/src/components/layout_components/MainAppBar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function MainAppBar(props) {
8989
alignItems: "center",
9090
}}
9191
>
92-
<Image src="/static/common/img/logo.gif" fit={"cover"} width={50} />
92+
<a href="http://0.0.0.0:7164/exercises/"><Image src="/static/common/img/logo.gif" fit={"cover"} width={50} /></a>
9393
</Box>
9494
<Box
9595
sx={{

0 commit comments

Comments
 (0)