Skip to content

Commit

Permalink
🩹 replace uppercase organization names with lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
InkoHX committed Feb 8, 2023
1 parent 5891d55 commit 2df95db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": ["github>NEXTERIAS/renovate", "github>NEXTERIAS/renovate:gitmoji"]
"extends": ["github>nexterias/renovate", "github>nexterias/renovate:gitmoji"]
}
2 changes: 1 addition & 1 deletion src/components/AppFooter/AppFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const AppFooter: React.FC = () => {
<div className="flex flex-col items-center justify-center p-4">
<ul>
<li>
<a href="https://github.com/NEXTERIAS">
<a href="https://github.com/nexterias">
<FontAwesomeIcon
icon={faGithub}
className="h-6 w-6 transition-opacity hover:opacity-70"
Expand Down

0 comments on commit 2df95db

Please sign in to comment.