Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dartegnian committed Dec 23, 2023
2 parents bd0e834 + ddd2214 commit 11e8bce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/components/footer/footer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import { Component, OnInit } from '@angular/core';
export class FooterComponent implements OnInit {
footerLinks = [
{
icon: "mail",
link: "mailto:contact@dartegnian.com",
text: "[email protected]"
icon: "photo_camera",
link: "https://www.instagram.com/dartegnian/",
text: "Instagram"
},
{
icon: "public",
Expand Down

1 comment on commit 11e8bce

@vercel
Copy link

@vercel vercel bot commented on 11e8bce Dec 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

portfolio – ./

portfolio-dartegnian.vercel.app
portfolio.dartegnian.com
portfolio-git-main-dartegnian.vercel.app

Please sign in to comment.