Skip to content

Commit

Permalink
added hyperlink to aries logo (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayanth-aries authored Apr 2, 2024
1 parent e07a37a commit 0af1db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const ApplicationRoutes = (_props: ApplicationRoutesProps) => {
<Route component={CustomObjectsList} />
</Switch>
<Spacings.Stack alignItems="center">
<Link to='/'>
<Link to='https://www.ariessolutions.io/' isExternal={true}>
<img src={ariesLabsLogo} alt="Aries Labs Logo" width="100"/>
</Link>
</Spacings.Stack>
Expand Down

0 comments on commit 0af1db2

Please sign in to comment.