diff --git a/components/Journey/index.tsx b/components/Journey/index.tsx
index e1ec13b..2c6d016 100644
--- a/components/Journey/index.tsx
+++ b/components/Journey/index.tsx
@@ -1,4 +1,4 @@
-
+import { Launch } from '@material-ui/icons';
type Props = {
title: string,
description: string,
@@ -12,8 +12,16 @@ type Props = {
const Journey = ({ title, description, tags, year, url, isLunched }: Props) => {
return (
-
-
{title}
+
+
+ {title}
+ {
+ isLunched &&
+
+
+
+ }
+
{description}
{tags.map((tag, i) => (
@@ -22,6 +30,9 @@ const Journey = ({ title, description, tags, year, url, isLunched }: Props) => {
))}
+
+ built and designed at {year}
+
)
}
diff --git a/layouts/pageLayout.tsx b/layouts/pageLayout.tsx
index fe3f517..1075330 100644
--- a/layouts/pageLayout.tsx
+++ b/layouts/pageLayout.tsx
@@ -1,3 +1,4 @@
+import Footer from "@/Footer";
import GoBack from "@/GoBack";
import type { NextPage } from "next";
import Head from "next/head";
@@ -5,7 +6,7 @@ import Head from "next/head";
const PageLayout: NextPage = ({ children }) => {
return (
-
+
Amirmoghi3 | امیرحسین مقیسه
@@ -14,6 +15,7 @@ const PageLayout: NextPage = ({ children }) => {
{children}
+ {/* */}
)
diff --git a/package.json b/package.json
index b201ed0..ed0ee63 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "amirmoghi3",
- "version": "1.0.2",
+ "version": "1.0.3",
"private": true,
"scripts": {
"dev": "next dev",
diff --git a/pages/resume/index.tsx b/pages/resume/index.tsx
index e43057e..0c7a81b 100644
--- a/pages/resume/index.tsx
+++ b/pages/resume/index.tsx
@@ -388,7 +388,7 @@ const Resume: NextPage = () => {
*/}
-