Skip to content

Commit

Permalink
Merge pull request #392 from euanwm/feature/add_opl_link
Browse files Browse the repository at this point in the history
added opl link out
  • Loading branch information
euanwm authored Aug 11, 2024
2 parents 76c1120 + 98c5181 commit 21cda79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/components/molecules/head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { MdOutlinePersonSearch } from 'react-icons/md'
import { FiHome } from 'react-icons/fi'

import Logo from '../../public/OWL-logo.png'
import OPLLogo from '../../public/opl-logo.png'
import { useState } from 'react'

const HeaderBar = () => {
Expand Down Expand Up @@ -66,6 +67,12 @@ const HeaderBar = () => {
<span className="ml-2">GitHub</span>
</Link>
</NavbarMenuItem>
<NavbarMenuItem>
<Link href="https://www.openpowerlifting.org/">
<Image src={OPLLogo} alt="OpenPowerlifting" height={30}/>
<span className="ml-2">OpenPowerlifting</span>
</Link>
</NavbarMenuItem>
</NavbarMenu>
</Navbar>
)
Expand Down
Binary file added frontend/public/opl-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 21cda79

Please sign in to comment.