updated Dockerfile build process
This commit is contained in:
@ -18,7 +18,7 @@ const Footer = () => {
|
||||
<span>Built with React & Tailwind CSS</span>
|
||||
<span>•</span>
|
||||
<a
|
||||
href="https://github.com/TheTaqiTahmid/portfolio"
|
||||
href="https://github.com/TheTaqiTahmid/my-portfolio.git"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
className="hover:text-blue-600 dark:hover:text-blue-400 transition-colors"
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
import React from "react";
|
||||
import { Linkedin, Github, Award } from "lucide-react";
|
||||
|
||||
const Introduction = () => {
|
||||
@ -72,4 +71,4 @@ const Introduction = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default Introduction;
|
||||
export default Introduction;
|
||||
|
||||
Reference in New Issue
Block a user