TechSpiritSS / Terminal-Portfolio

Terminal Style Portfolio made with HTML / CSS / JS
MIT License
62 stars 82 forks source link

fixed buggy link and markup generation in contact function #148

Closed theanuragshukla closed 1 year ago

theanuragshukla commented 1 year ago

Fixes

Fixes #147 by @theanuragshukla

Types of changes

Description

The contact method was importing properties from config file incorrectly, leading to breaking the markup generation and wrong link was being populated into page.

I removed the buggy accessing of properties with the correct method.

Preview Link

Checklist:

TechSpiritSS commented 1 year ago

Great 🚀