Skip to content

Commit

Permalink
Merge branch 'main' into change-webiste-title-dynamically
Browse files Browse the repository at this point in the history
  • Loading branch information
atapas committed Aug 22, 2022
2 parents 368fc6f + 486ccee commit a85f433
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/common/techstack/TechStackInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import {
SiNodedotjs,
} from "react-icons/si";
import NHost from "images/nhost.svg";
import Umami from "images/umami.svg";

export const TechStackInfo = [
{
Expand Down Expand Up @@ -107,4 +108,10 @@ export const TechStackInfo = [
type: "icon",
link: "https://www.python.org",
},
{
comp: Umami,
text: "Umami",
type: "image",
link: "https://umami.is/",
},
];
1 change: 1 addition & 0 deletions src/images/umami.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a85f433

Please sign in to comment.