diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2024-02-20 23:45:56 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-20 23:45:56 -0800 |
| commit | 4f32840270004bbaff9ea7b33bb6ad5ece08b3f5 (patch) | |
| tree | 3bc33c52e5fb6abb631aa6ce327519edaec92bb1 /src/pages/projects.astro | |
| parent | 4ad2eda05068b4c1bb63774e28dd1d08cf3878b5 (diff) | |
add Redis to linkshortener card
Diffstat (limited to 'src/pages/projects.astro')
| -rw-r--r-- | src/pages/projects.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/projects.astro b/src/pages/projects.astro index f54ee2b..1d8ee9c 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -83,7 +83,7 @@ import Card from "../components/Card.astro"; language="Python" languageColor="#3572A5" year="2023" - tags={["Python", "Flask", "PostgreSQL"]} + tags={["Python", "Flask", "Postgres", "Redis"]} /> <Card href="https://github.com/pinapelz.com" |
