TechSpiritSS / Terminal-Portfolio

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

fixed the page load issue in Firefox Desktop and other browsers. #142

Closed theanuragshukla closed 1 year ago

theanuragshukla commented 1 year ago

Fixes

Fixes #138 by @TechSpiritSS

Types of changes

Description

This issue was caused because of the use of latest ES6 feature assert, which is not supported by all the browsers at the moment especially non-chromium based browsers.

I replaced that implementation with the old widely accepted import statement, by making minimum changes required.

It is advised that futures coders don't implement the beta features in the code.

Preview Link

Checklist:

TechSpiritSS commented 1 year ago

Great 🚀