Skip to content

Commit

Permalink
updated from gitlab to github
Browse files Browse the repository at this point in the history
  • Loading branch information
hello committed Nov 23, 2024
1 parent c9ac722 commit e9bdc2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1>Aadit Agrawal</h1>
<div id="links-container"></div>
</main>
<footer>
<a href="https://git.aadit.cc/aadit" class="icon-link">
<a href="https://github.com/aaditagrawal" class="icon-link">
<svg
class="icon github-icon"
viewBox="0 0 24 24"
Expand Down
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const links = [
{ name: "photo", href: "https://photos.aadit.cc" },
{ name: "design", href: "https://design.aadit.cc" },
{ name: "cine", href: "https://www.youtube.com/@theaaditagrawal" },
{ name: "git", href: "https://git.aadit.cc/aadit" },
{ name: "git", href: "https://github.com/aaditagrawal" },
];

const linksContainer = document.getElementById("links-container");
Expand Down

0 comments on commit e9bdc2e

Please sign in to comment.