Skip to content

Instantly share code, notes, and snippets.

View P3ntest's full-sized avatar
🔥
Working on something awesome

Julius van Voorden P3ntest

🔥
Working on something awesome
View GitHub Profile
@P3ntest
P3ntest / logto_remove_watermark_custom.css
Created November 11, 2023 11:09
Remove the "Powered by LogTo" Watermark in the sign-in exp with this custom snippet of css
a[href="https://logto.io/?utm_source=sign_in&utm_medium=powered_by"] {
display: none;
}
@P3ntest
P3ntest / .prettierrc
Created May 5, 2022 08:12
My prettier configuration
{
"trailingComma": "es5",
"tabWidth": 4,
"singleQuote": true,
"semi": true,
"printWidth": 90,
"quoteProps": "consistent",
"jsxSingleQuote": true,
"bracketSpacing": true,
"bracketSameLine": false,
Here you can see my top projects that I am most proud of.
Feel free to check them out and leave a star! I would
really appreciate it. You can also check out projects I
worked on over on my main organizations!