Small optimizations
This commit is contained in:
parent
3c97d6687c
commit
6d2cc3b996
4 changed files with 23 additions and 10 deletions
src/pages
|
@ -23,15 +23,15 @@ const description =
|
|||
This is a small sideproject that I'm creating. First time doing webdev in
|
||||
general, and first project using Typescript.
|
||||
</AboutSection>
|
||||
<AboutSection title="Technologies used">
|
||||
<ContactSection title="Technologies used">
|
||||
{technologydata.map((item) => <TechnologyCard {...item} />)}
|
||||
</AboutSection>
|
||||
</ContactSection>
|
||||
<ContactSection title="Contact me">
|
||||
{contactdata.map((item) => <ContactCard {...item} />)}
|
||||
</ContactSection>
|
||||
<AboutSection title="Disclaimers">
|
||||
<ContactSection title="Disclaimers">
|
||||
<CustomFooter />
|
||||
</AboutSection>
|
||||
</ContactSection>
|
||||
</Layout>
|
||||
|
||||
<style></style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue