Skip to content

Commit

Permalink
chore: change repo name in code
Browse files Browse the repository at this point in the history
  • Loading branch information
choffmann committed Jul 16, 2024
1 parent a034535 commit f39e6e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/tsx/components/hero/ContactHeroContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function ContactHeroContent() {
className="w-6 h-6" alt="" loading="lazy"/>
<span>Kontakt</span>
</Button>
<Button href="https://github.com/SmartCityFlensburg" ariaLabel="Besuchen Sie uns auf GitHub" isExternalLink isDark>
<Button href="https://github.com/green-ecolution" ariaLabel="Besuchen Sie uns auf GitHub" isExternalLink isDark>
<img
src="/assets/svg/socials/github.svg"
className="w-6 h-6" alt="" loading="lazy"/>
Expand Down
2 changes: 1 addition & 1 deletion src/tsx/components/navigation/MainNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const MainNavigation: React.FC<MainNavigationProps> = ({ isOpen, onClose }) => {
<ul className="text-white lg:text-grey-900 lg:flex lg:gap-x-10 lg:justify-end lg:items-center">
<NavItem label="Das Projekt" url="/projekt"/>
<NavItem label="Kontakt" url="/kontakt"/>
<NavItem label="GitHub" url="https://github.com/SmartCityFlensburg" isExternalLink/>
<NavItem label="GitHub" url="https://github.com/green-ecolution" isExternalLink/>
</ul>

<ul className="absolute bottom-6 text-white lg:text-grey-900 flex felx-wrap gap-x-5 items-center text-sm md:bottom-10 md:text-base lg:hidden">
Expand Down
2 changes: 1 addition & 1 deletion src/tsx/components/sections/Faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function Faq() {
<p className="mb-4 text-blue-600">
Der Quellcode ist in einem öffentlich zugänglichen&nbsp;
<a
href="https://github.com/SmartCityFlensburg"
href="https://github.com/green-ecolution"
target="_blank"
rel="noopener noreferrer"
className="text-green-dark-900 font-semibold underline underline-offset-2 transition-all ease-in-out duration-300 hover:text-green-light-900"
Expand Down
2 changes: 1 addition & 1 deletion src/tsx/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function Footer() {
<span>Kontakt</span>
</Button>
<Button
href="https://github.com/SmartCityFlensburg"
href="https://github.com/green-ecolution"
ariaLabel="Besuche uns auf GitHub"
isExternalLink
>
Expand Down

0 comments on commit f39e6e6

Please sign in to comment.