diff --git a/_portfolio/react-weather-app.mdx b/_portfolio/react-weather-app.mdx
index 7721740..5151780 100644
--- a/_portfolio/react-weather-app.mdx
+++ b/_portfolio/react-weather-app.mdx
@@ -1,9 +1,11 @@
---
title: 'React Weather App'
-description: 'Weather app made with React and OpenWeatherMap API'
+description: 'Weather app made with React, TypeScript and OpenWeatherMap API'
date: '2021-09-19'
image: 'https://res.cloudinary.com/dun9hhyz1/image/upload/v1632077200/personal-website/portfolio/react-weather-app/tuxpi.com.1632076521_a0wxsq_hw299g.jpg'
hideImage: true
+demo: 'https://hazemkrimi.github.io/react-weather-app'
+code: 'https://github.com/hazemKrimi/react-weather-app'
---
# About the project
@@ -17,12 +19,6 @@ This is a project that I made as a step in the interview process for my final ye
- Styled Components
- OpenWeatherMap API
-# Showcase
+# Screenshots
-
-
-
+
diff --git a/pages/portfolio/[slug].tsx b/pages/portfolio/[slug].tsx
index 1093093..3085dd5 100644
--- a/pages/portfolio/[slug].tsx
+++ b/pages/portfolio/[slug].tsx
@@ -12,6 +12,7 @@ import { Wrapper } from '../../styles/portfolio/slug';
import Head from 'next/head';
import IconButton from '../../components/IconButton';
import CodeBlock from '../../components/CodeBlock';
+import MDXButton from '../../components/MDXButton';
import Image from 'next/image';
interface Props {
@@ -82,6 +83,16 @@ const PortfolioProject: FC = ({ source, frontMatter }) => {