Skip to content

Commit

Permalink
Merge pull request #49 from dreampipcom/dev
Browse files Browse the repository at this point in the history
r003
  • Loading branch information
angeloreale authored Aug 30, 2024
2 parents eef20ad + 1176ab5 commit ce281d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These are supported funding model platforms

patreon: angeloreale
2 changes: 1 addition & 1 deletion src/app/[locale]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default async function RootLayout({ children, params }: { children: React
if (localeSplit?.length > 0) {
return {
...entry,
name: entry.name[localeSplit[0]] || entry.name[localeSplit[1]],
name: entry.name[localeSplit[1]] || entry.name[localeSplit[0]],
};
} else {
return {
Expand Down

0 comments on commit ce281d4

Please sign in to comment.