diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-02-02 00:16:03 +0200 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-02-02 00:16:03 +0200 |
commit | 3a1adfbb3dba1f5c21f7e923c5d33184bd356a36 (patch) | |
tree | a248fd9c9d5258a5b79e45c3b0da88b9f2bfc4a7 | |
parent | 3eb9b9225c58f46c43c99e9abc5d903dd55d708b (diff) | |
download | stvnliu.gitlab.io-3a1adfbb3dba1f5c21f7e923c5d33184bd356a36.tar.gz stvnliu.gitlab.io-3a1adfbb3dba1f5c21f7e923c5d33184bd356a36.tar.bz2 stvnliu.gitlab.io-3a1adfbb3dba1f5c21f7e923c5d33184bd356a36.zip |
fix: fix links
-rw-r--r-- | app/.gitignore | 9 | ||||
-rw-r--r-- | app/src/App.tsx | 2 |
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> |