Rename element

This commit is contained in:
Andras Schmelczer 2022-09-26 10:34:47 +02:00
parent dc651e09d1
commit 6da07f5bce
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
import { Background } from '../page/background/background';
import { Footer } from '../page/footer/footer.html';
import { Contact } from '../page/contact/contact.html';
import { Header } from '../page/header/header';
import { ImageViewer } from '../page/image-viewer/image-viewer';
import { Main } from '../page/main/main';
@ -54,7 +54,7 @@ export const portfolio: Array<PageElement> = [
leds,
].map((p) => new TimelineElement(p, 'Show details', 'Show less')),
Footer({
Contact({
title: 'Learn more',
links: [
CV(cvEnglish),