Skip to content

Commit

Permalink
feat(about): owner pic set
Browse files Browse the repository at this point in the history
  • Loading branch information
SadraTghvi committed Aug 18, 2023
1 parent 126c79f commit 1e23c11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/Screens/About/AboutCreator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import React, { FC } from 'react'

import './style/aboutCreator.scss'

const ownerImg = '/static/image/about/owner.webp'

export const AboutCreator: FC = () => {
return (
<section className='about-page-creator'>
Expand All @@ -19,7 +21,7 @@ export const AboutCreator: FC = () => {
</aside>
<aside className='creator-img'>
<img
src='https://picsum.photos/800/500'
src={ownerImg}
loading={'lazy'}
decoding={'async'}
alt={'بنیان گذار صنایع تولیدی حیدری'}
Expand Down

0 comments on commit 1e23c11

Please sign in to comment.