Skip to content

Commit

Permalink
refactor: update import of strava logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenakh97 committed Apr 25, 2024
1 parent f52cdd5 commit fea9075
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
20 changes: 19 additions & 1 deletion public/api_logo_pwrdBy_strava_stack_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import styles from 'components/Navbar.module.css'
import { useAppConfig } from 'hooks/useAppConfig'
import { useState } from 'react'
import { Link } from 'react-router-dom'
import stravaLogo from '/api_logo_pwrdBy_strava_stack_white.svg'
import logo from '/logo-with-text.svg'

export const Navbar = () => {
Expand Down Expand Up @@ -93,7 +94,7 @@ export const Navbar = () => {
</div>
</div>
<img
src={'/api_logo_pwrdBy_strava_stack_white.svg'}
src={stravaLogo}
alt={'name'}
width="100"
height="34"
Expand Down

0 comments on commit fea9075

Please sign in to comment.