File tree Expand file tree Collapse file tree 5 files changed +12
-11
lines changed
nextjs/src/app/[locale]/c Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 283
283
reline (>= 0.4.2 )
284
284
jaro_winkler (1.6.1 )
285
285
jmespath (1.6.2 )
286
- json (2.12.2 )
286
+ json (2.14.1 )
287
287
jsonapi-renderer (0.2.2 )
288
288
jwt (2.10.2 )
289
289
base64
413
413
activerecord (>= 6.1 )
414
414
request_store (~> 1.4 )
415
415
parallel (1.27.0 )
416
- parser (3.3.8 .0 )
416
+ parser (3.3.9 .0 )
417
417
ast (~> 2.4.1 )
418
418
racc
419
419
pg (1.6.2 )
436
436
net-smtp
437
437
premailer (~> 1.7 , >= 1.7.9 )
438
438
prettyprint (0.2.0 )
439
- prism (1.4.0 )
439
+ prism (1.5.1 )
440
440
pry (0.15.2 )
441
441
coderay (~> 1.1 )
442
442
method_source (~> 1.0 )
513
513
ffi (~> 1.0 )
514
514
rbnacl (7.1.2 )
515
515
ffi (~> 1 )
516
- rbs (3.9.4 )
516
+ rbs (3.9.5 )
517
517
logger
518
518
rbsecp256k1 (6.0.0 )
519
519
mini_portile2 (~> 2.8 )
531
531
redis-session-store (0.11.6 )
532
532
actionpack (>= 5.2.4.1 , < 9 )
533
533
redis (>= 3 , < 6 )
534
- regexp_parser (2.10.0 )
534
+ regexp_parser (2.11.3 )
535
535
reline (0.6.2 )
536
536
io-console (~> 0.5 )
537
537
render_async (2.1.11 )
549
549
chunky_png (~> 1.0 )
550
550
rqrcode_core (~> 1.0 )
551
551
rqrcode_core (1.2.0 )
552
- rubocop (1.75.7 )
552
+ rubocop (1.75.8 )
553
553
json (~> 2.3 )
554
554
language_server-protocol (~> 3.17.0.2 )
555
555
lint_roller (~> 1.1.0 )
560
560
rubocop-ast (>= 1.44.0 , < 2.0 )
561
561
ruby-progressbar (~> 1.7 )
562
562
unicode-display_width (>= 2.4.0 , < 4.0 )
563
- rubocop-ast (1.44.1 )
563
+ rubocop-ast (1.46.0 )
564
564
parser (>= 3.3.7.2 )
565
565
prism (~> 1.4 )
566
566
rubocop-performance (1.25.0 )
635
635
snaky_hash (2.0.1 )
636
636
hashie
637
637
version_gem (~> 1.1 , >= 1.1.1 )
638
- solargraph (0.54.5 )
638
+ solargraph (0.56.0 )
639
639
backport (~> 1.2 )
640
640
benchmark (~> 0.4 )
641
641
bundler (~> 2.0 )
647
647
observer (~> 0.1 )
648
648
ostruct (~> 0.6 )
649
649
parser (~> 3.0 )
650
+ prism (~> 1.4 )
650
651
rbs (~> 3.3 )
651
652
reverse_markdown (~> 3.0 )
652
653
rubocop (~> 1.38 )
687
688
terser (1.2.6 )
688
689
execjs (>= 0.3.0 , < 3 )
689
690
thor (1.4.0 )
690
- tilt (2.6.0 )
691
+ tilt (2.6.1 )
691
692
timeout (0.4.3 )
692
693
tpm-key_attestation (0.14.1 )
693
694
bindata (~> 2.4 )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import Head from 'next/head';
6
6
import { useTranslations } from 'next-intl' ;
7
7
8
8
import styles from '@/styles/PublicLayout.module.css' ;
9
- import Logo from '~/images/brave_creators_full_logo .png' ;
9
+ import Logo from '~/images/brave_creators_logo .png' ;
10
10
import DarkLogo from '~/images/brave_logo_dark_bg.png' ;
11
11
12
12
export default function PublicChannelLayout ( { children } ) {
@@ -20,7 +20,7 @@ export default function PublicChannelLayout({ children }) {
20
20
src = { Logo }
21
21
alt = 'Brave Creators Logo'
22
22
priority = { true }
23
- width = { 200 }
23
+ width = { 150 }
24
24
/>
25
25
</ div >
26
26
</ div >
You can’t perform that action at this time.
0 commit comments