Skip to content

Commit 26e3d21

Browse files
committed
chore: update colors
1 parent 1727c73 commit 26e3d21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lib/utils/console.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ const ASCII_ART = `
2828

2929
export function displayHiringMessage() {
3030
if (browser) {
31-
console.log('%c' + ASCII_ART, 'font-family: monospace; white-space: pre;');
31+
console.log('%c' + ASCII_ART, 'font-family: monospace; white-space: pre; color: #fd366e;');
3232
console.log(
33-
'%cWe are hiring! 🚀',
34-
'font-family: Aeonik Pro, -apple-system, BlinkMacSystemFont, sans-serif; font-size: 20px; font-weight: bold; color: #fd366e;'
33+
'%cWe are hiring!',
34+
'font-family: Aeonik Pro, -apple-system, BlinkMacSystemFont, sans-serif; font-size: 20px; font-weight: bold;'
3535
);
3636
console.log(
3737
'%cJoin us in building the open-source, all-in-one development platform',
38-
'font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif; font-size: 14px; color: #fd366e;'
38+
'font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif; font-size: 14px;'
3939
);
4040
console.log(
4141
'%cCheck out our open positions at https://appwrite.io/careers',

0 commit comments

Comments
 (0)