diff options
Diffstat (limited to 'src/pages/projects.astro')
| -rw-r--r-- | src/pages/projects.astro | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/pages/projects.astro b/src/pages/projects.astro index c6fb19b..54cccde 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -26,11 +26,10 @@ import GitHubProjects from "../components/GitHubProjects"; }) } </div> - <!-- - <h2>Andrew Lee GitHub Repositories</h2> - <GitHubProjects client:visible username="Alee14" isOrganization=false />--> - <h2>AleeCorp/Alee Productions GitHub Repositories</h2> - <GitHubProjects client:visible username="alee14-projects" isOrganization=true /> + <h2><a href="https://github.com/Alee14" target="_blank">Andrew Lee GitHub Repositories</a></h2> + <GitHubProjects client:visible username="Alee14" /> + <h2><a href="https://github.com/alee14-projects" target="_blank">AleeCorp/Alee Productions GitHub Repositories</a></h2> + <GitHubProjects client:visible username="alee14-projects" isOrganization /> </main> </Page> <style> |
