Skip to content

Commit

Permalink
Fixed #265
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevangelista committed May 10, 2024
1 parent 1417fdf commit b654999
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drc-portals/components/Footer/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default async function InfoFooter() {
<div className='flex items-center space-x-1'>
<Icon path={mdiGithub} size={1} />
<Typography variant='subtitle2' className='flex'>
Github Repository
GitHub Repository
</Typography>
</div>
</Link>
Expand Down
2 changes: 1 addition & 1 deletion drc-portals/components/Footer/info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default async function InfoFooter() {
<div className='flex items-center space-x-1'>
<Icon path={mdiGithub} size={1} />
<Typography variant='footer' className='flex'>
Github Repository
GitHub Repository
</Typography>
</div>
</Link>
Expand Down

0 comments on commit b654999

Please sign in to comment.