Skip to content

Commit

Permalink
chore: add dev.to svg logo
Browse files Browse the repository at this point in the history
  • Loading branch information
lil-armstrong committed Aug 19, 2023
1 parent f097c59 commit 7fc48b8
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
26 changes: 26 additions & 0 deletions public/devto-logo.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: 1 addition & 2 deletions src/App/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
WorkExperience,
} from '@/components'
import Hero from '@/components/Hero/hero'
import { CONTACT_LINKS } from '@/constant/contact'
import * as ThemeContext from '@/context/theme.context'
import '@/styles/index.scss'
import { PAGES } from '@/types/pages'
Expand All @@ -23,10 +24,8 @@ import 'animate.css'
import cn from 'classnames'
import React, { createRef, useContext, useEffect } from 'react'
import { AiOutlineDown, AiOutlineUp } from 'react-icons/ai'
import { RiGithubLine, RiLinkedinFill } from 'react-icons/ri'
import { Poppable } from 'webrix/components'
import useAppCxt from '../hook/app.hook'
import { CONTACT_LINKS } from '@/constant/contact'
import { NavLink } from './styled'

const GAP = 5
Expand Down
2 changes: 1 addition & 1 deletion src/constant/contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const CONTACT_LINKS: any[] = [
href={LINKS?.dev_to}
title="Dev.to account"
>
<img src={'/dev_to_logo.png'} alt="dev.to" style={{ width: 35 }} />
<img src={'/devto-logo.svg'} alt="dev.to logo" style={{ width: 45, fontSize: 12 }} />
</a>,
<a
rel="noreferrer"
Expand Down

0 comments on commit 7fc48b8

Please sign in to comment.