-
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.
refactor: change PascalCase file name to camelCase
- Loading branch information
1 parent
0305424
commit 151bdc3
Showing
27 changed files
with
93 additions
and
74 deletions.
There are no files selected for viewing
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
apps/web/src/app/(authenticated)/project/[projectId]/[filingId]/page.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
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
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
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
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
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,31 +1,38 @@ | ||
import AcceptPDPA from "@/src/components/AcceptPDPA" | ||
import OnboardingPageHeader from "@/src/components/header/OnboardingPageHeader" | ||
import AcceptPDPA from '@/src/components/acceptPDPA'; | ||
import OnboardingPageHeader from '@/src/components/header/onboardingPageHeader'; | ||
|
||
export default function Page() { | ||
return ( | ||
<> | ||
<main className="flex flex-col items-center"> | ||
<OnboardingPageHeader /> | ||
<h1 className="text-3xl font-bold mb-5 pt-5">นโยบายการจัดเก็บข้อมูลส่วนบุคคล</h1> | ||
<h1 className="text-3xl font-bold mb-5 pt-5"> | ||
นโยบายการจัดเก็บข้อมูลส่วนบุคคล | ||
</h1> | ||
<div className="max-w-md border-2 px-2 shadow-md overflow-y-scroll max-h-[40vh]"> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Eum error eligendi amet fuga | ||
blanditiis sunt soluta ab id. Quod nisi similique omnis molestias excepturi, nesciunt unde | ||
sequi natus dolorem inventore! Lorem ipsum dolor sit, amet consectetur adipisicing elit. | ||
Voluptas, sapiente? Tenetur asperiores velit quae fugit iste, veritatis aperiam ullam nisi | ||
voluptatum natus excepturi ea non illo ratione cupiditate, assumenda adipisci.Lorem ipsum | ||
dolor sit amet consectetur adipisicing elit. Eum error eligendi amet fuga blanditiis sunt | ||
soluta ab id. Quod nisi similique omnis molestias excepturi, nesciunt unde sequi natus | ||
dolorem inventore! Lorem ipsum dolor sit, amet consectetur adipisicing elit. Voluptas, | ||
sapiente? Tenetur asperiores velit quae fugit iste, veritatis aperiam ullam nisi | ||
voluptatum natus excepturi ea non illo ratione cupiditate, assumenda adipisci.Lorem ipsum | ||
dolor sit amet consectetur adipisicing elit. Eum error eligendi amet fuga blanditiis sunt | ||
soluta ab id. Quod nisi similique omnis molestias excepturi, nesciunt unde sequi natus | ||
dolorem inventore! Lorem ipsum dolor sit, amet consectetur adipisicing elit. Voluptas, | ||
sapiente? Tenetur asperiores velit quae fugit iste, veritatis aperiam ullam nisi | ||
voluptatum natus excepturi ea non illo ratione cupiditate, assumenda adipisci. | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Eum error | ||
eligendi amet fuga blanditiis sunt soluta ab id. Quod nisi similique | ||
omnis molestias excepturi, nesciunt unde sequi natus dolorem | ||
inventore! Lorem ipsum dolor sit, amet consectetur adipisicing elit. | ||
Voluptas, sapiente? Tenetur asperiores velit quae fugit iste, | ||
veritatis aperiam ullam nisi voluptatum natus excepturi ea non illo | ||
ratione cupiditate, assumenda adipisci.Lorem ipsum dolor sit amet | ||
consectetur adipisicing elit. Eum error eligendi amet fuga blanditiis | ||
sunt soluta ab id. Quod nisi similique omnis molestias excepturi, | ||
nesciunt unde sequi natus dolorem inventore! Lorem ipsum dolor sit, | ||
amet consectetur adipisicing elit. Voluptas, sapiente? Tenetur | ||
asperiores velit quae fugit iste, veritatis aperiam ullam nisi | ||
voluptatum natus excepturi ea non illo ratione cupiditate, assumenda | ||
adipisci.Lorem ipsum dolor sit amet consectetur adipisicing elit. Eum | ||
error eligendi amet fuga blanditiis sunt soluta ab id. Quod nisi | ||
similique omnis molestias excepturi, nesciunt unde sequi natus dolorem | ||
inventore! Lorem ipsum dolor sit, amet consectetur adipisicing elit. | ||
Voluptas, sapiente? Tenetur asperiores velit quae fugit iste, | ||
veritatis aperiam ullam nisi voluptatum natus excepturi ea non illo | ||
ratione cupiditate, assumenda adipisci. | ||
</div> | ||
<AcceptPDPA /> | ||
</main> | ||
</> | ||
) | ||
); | ||
} |
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
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
apps/web/src/components/filling-detail/create-edit/activityPanel.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
File renamed without changes.
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
File renamed without changes.
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
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
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
File renamed without changes.
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
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
File renamed without changes.
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
.../components/status/StatusTableColumns.tsx → .../components/status/statusTableColumns.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
File renamed without changes.
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
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
File renamed without changes.
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