Skip to content

Commit

Permalink
DavidLetter and ShlomiLetter ref links is part of the page configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitardanailov committed May 31, 2024
1 parent a3491a7 commit 90c8a2e
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import StrongLabel from '@/styled-components/Text/StrongLabel'
import TargetBlankLink from '@/components/TargetBlankLink'
import {HFlexBox} from '@/styled-components/Grid'

import DavidLetter from '@/app/recommendation-letters/projects/elephantstock/components/DavidLetter'
import ShlomiLetter from '@/app/recommendation-letters/projects/elephantstock/components/ShlomiLetter'

import stack from './stack'

import {width} from '../consants'
Expand Down Expand Up @@ -37,6 +40,11 @@ const Content = () => {
<StrongLabel width={width}>Architecture</StrongLabel>
<span>Backend for frontend, Image recognition</span>
</HFlexBox>
<HFlexBox>
<StrongLabel width={width}>Recommendations</StrongLabel>
</HFlexBox>
<DavidLetter />
<ShlomiLetter />
</>
)
}
Expand Down

0 comments on commit 90c8a2e

Please sign in to comment.