-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
391 additions
and
475 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
app/(pages)/@modal/(layout)/share/[subjectId]/insights/[insightId]/loading.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import PageModalLoading from '@/_components/page-modal-loading'; | ||
|
||
const Loading = () => <PageModalLoading className="max-w-4xl" />; | ||
const Loading = () => <PageModalLoading className="max-w-5xl" />; | ||
|
||
export default Loading; |
2 changes: 1 addition & 1 deletion
2
app/(pages)/@modal/(layout)/share/[subjectId]/insights/loading.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import PageModalLoading from '@/_components/page-modal-loading'; | ||
|
||
const Loading = () => <PageModalLoading className="max-w-4xl" />; | ||
const Loading = () => <PageModalLoading className="max-w-5xl" />; | ||
|
||
export default Loading; |
2 changes: 1 addition & 1 deletion
2
app/(pages)/@modal/(layout)/subjects/[subjectId]/insights/[insightId]/edit/loading.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import PageModalLoading from '@/_components/page-modal-loading'; | ||
|
||
const Loading = () => <PageModalLoading className="max-w-4xl" />; | ||
const Loading = () => <PageModalLoading className="max-w-3xl" />; | ||
|
||
export default Loading; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
app/(pages)/@modal/(layout)/subjects/[subjectId]/insights/[insightId]/loading.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import PageModalLoading from '@/_components/page-modal-loading'; | ||
|
||
const Loading = () => <PageModalLoading className="max-w-4xl bg-bg-3" />; | ||
const Loading = () => <PageModalLoading className="max-w-5xl bg-bg-3" />; | ||
|
||
export default Loading; |
2 changes: 1 addition & 1 deletion
2
app/(pages)/@modal/(layout)/subjects/[subjectId]/insights/create/loading.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import PageModalLoading from '@/_components/page-modal-loading'; | ||
|
||
const Loading = () => <PageModalLoading className="max-w-4xl" />; | ||
const Loading = () => <PageModalLoading className="max-w-3xl" />; | ||
|
||
export default Loading; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
app/(pages)/@modal/(layout)/subjects/[subjectId]/insights/loading.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import PageModalLoading from '@/_components/page-modal-loading'; | ||
|
||
const Loading = () => <PageModalLoading className="max-w-4xl" />; | ||
const Loading = () => <PageModalLoading className="max-w-5xl" />; | ||
|
||
export default Loading; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.