diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2024-08-28 01:38:48 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-28 01:38:48 -0700 |
| commit | b4edcdcb799d1d7cff98745e2adffa7efb0e4834 (patch) | |
| tree | 141ec05d0b1b9fc347d5cbec73945b80baa06daa /src/pages/projects.astro | |
| parent | e396df5fa4b627fecc40327bca757bb9e8e7f2f9 (diff) | |
correct spelling IMGui -> ImGui
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 5cc44ff..06d7e19 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -119,7 +119,7 @@ import Card from "../components/Card.astro"; language="C#" languageColor="#178600" year="2023" - tags={["IMGui", "Dalamud"]} + tags={["ImGui", "Dalamud"]} /> </ul> <br/> |
