summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2025-02-02 00:16:03 +0200
committerZhongheng Liu <z.liu@outlook.com.gr>2025-02-02 00:16:03 +0200
commit3a1adfbb3dba1f5c21f7e923c5d33184bd356a36 (patch)
treea248fd9c9d5258a5b79e45c3b0da88b9f2bfc4a7
parent3eb9b9225c58f46c43c99e9abc5d903dd55d708b (diff)
downloadstvnliu.gitlab.io-3a1adfbb3dba1f5c21f7e923c5d33184bd356a36.tar.gz
stvnliu.gitlab.io-3a1adfbb3dba1f5c21f7e923c5d33184bd356a36.tar.bz2
stvnliu.gitlab.io-3a1adfbb3dba1f5c21f7e923c5d33184bd356a36.zip
fix: fix links
-rw-r--r--app/.gitignore9
-rw-r--r--app/src/App.tsx2
2 files changed, 10 insertions, 1 deletions
diff --git a/app/.gitignore b/app/.gitignore
index 4d29575..3e77468 100644
--- a/app/.gitignore
+++ b/app/.gitignore
@@ -21,3 +21,12 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
+# Devenv
+.devenv*
+devenv.local.nix
+
+# direnv
+.direnv
+
+# pre-commit
+.pre-commit-config.yaml
diff --git a/app/src/App.tsx b/app/src/App.tsx
index b800706..c3466c8 100644
--- a/app/src/App.tsx
+++ b/app/src/App.tsx
@@ -13,7 +13,7 @@ function App() {
<h1>My projects</h1>
<p>These are mostly hobbyist programming projects</p>
<hr></hr>
- <h3><a href='https://gitlab.com/stvnliu/proteinpedia-next'>
+ <h3><a href='https://gitlab.com/proteinpedia/proteinpedia-next'>
proteinpedia-next
</a>
</h3>