[redditmon] misc: s/socialmon/redditmon
This commit is contained in:
parent
2267f643b9
commit
16fd092996
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "@gfe/socialmon",
|
||||
"name": "@gfe/redditmon",
|
||||
"version": "0.0.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
module.exports = {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
tailwindcss: {},
|
||||
},
|
||||
};
|
||||
|
Before Width: | Height: | Size: 763 B After Width: | Height: | Size: 763 B |
|
|
@ -7,7 +7,7 @@ import { getUser } from '~/app/lib/auth';
|
|||
|
||||
export const metadata: Metadata = {
|
||||
description: 'Social moderator',
|
||||
title: 'Socialmon | Projects',
|
||||
title: 'Redditmon | Projects',
|
||||
};
|
||||
|
||||
export default async function Page() {
|
||||
|
|
@ -7,7 +7,7 @@ import { getUser } from '~/app/lib/auth';
|
|||
|
||||
export const metadata: Metadata = {
|
||||
description: 'Social moderator',
|
||||
title: 'Socialmon | Create project',
|
||||
title: 'Redditmon | Create project',
|
||||
};
|
||||
|
||||
export default async function Page() {
|
||||
|
|
@ -11,7 +11,7 @@ type Props = Readonly<{
|
|||
|
||||
export const metadata: Metadata = {
|
||||
description: 'Social moderator',
|
||||
title: 'Socialmon',
|
||||
title: 'Redditmon',
|
||||
};
|
||||
|
||||
export default function Layout({ children }: Props) {
|
||||
|
|
@ -15,7 +15,7 @@ type Props = Readonly<{
|
|||
|
||||
export const metadata: Metadata = {
|
||||
description: 'Social moderator',
|
||||
title: 'Socialmon | Project detail',
|
||||
title: 'Redditmon | Project detail',
|
||||
};
|
||||
|
||||
export default async function Page({ params }: Props) {
|
||||
|
|
@ -15,7 +15,7 @@ type Props = Readonly<{
|
|||
|
||||
export const metadata: Metadata = {
|
||||
description: 'Social moderator',
|
||||
title: 'Socialmon | Edit project',
|
||||
title: 'Redditmon | Edit project',
|
||||
};
|
||||
|
||||
export default async function Page({ params }: Props) {
|
||||
|
|
@ -5,7 +5,7 @@ import UsersList from '~/components/users/UsersList';
|
|||
|
||||
export const metadata: Metadata = {
|
||||
description: 'Social moderator',
|
||||
title: 'Socialmon | Users',
|
||||
title: 'Redditmon | Users',
|
||||
};
|
||||
|
||||
export default async function Page() {
|
||||
|
|
@ -4,7 +4,7 @@ import PostList from '~/components/posts/PostList/PostList';
|
|||
|
||||
export const metadata: Metadata = {
|
||||
description: 'Social moderator',
|
||||
title: 'Socialmon | Posts',
|
||||
title: 'Redditmon | Posts',
|
||||
};
|
||||
|
||||
export default function Page() {
|
||||
|
|
@ -15,7 +15,7 @@ export default function LoginForm() {
|
|||
return (
|
||||
<form className={clsx('flex items-center')} onSubmit={handleSubmit}>
|
||||
<Title order={1} size="h3">
|
||||
Socialmon
|
||||
Redditmon
|
||||
</Title>
|
||||
<Text fz="xl" pl={16} pr={8}>
|
||||
/
|
||||
|
|
@ -36,7 +36,7 @@ export default function Navbar({ navItems, navUser }: Props) {
|
|||
lts={1}
|
||||
size="md"
|
||||
tt="uppercase">
|
||||
Socialmon
|
||||
Redditmon
|
||||
</Text>
|
||||
</Link>
|
||||
{navItems}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue