Skip to content

Commit 5cf92f8

Browse files
authored
Merge pull request #4969 from brave-intl/staging
Prod Release 09-18-2025
2 parents 555a629 + 3b0e284 commit 5cf92f8

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

Gemfile.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ GEM
283283
reline (>= 0.4.2)
284284
jaro_winkler (1.6.1)
285285
jmespath (1.6.2)
286-
json (2.12.2)
286+
json (2.14.1)
287287
jsonapi-renderer (0.2.2)
288288
jwt (2.10.2)
289289
base64
@@ -413,7 +413,7 @@ GEM
413413
activerecord (>= 6.1)
414414
request_store (~> 1.4)
415415
parallel (1.27.0)
416-
parser (3.3.8.0)
416+
parser (3.3.9.0)
417417
ast (~> 2.4.1)
418418
racc
419419
pg (1.6.2)
@@ -436,7 +436,7 @@ GEM
436436
net-smtp
437437
premailer (~> 1.7, >= 1.7.9)
438438
prettyprint (0.2.0)
439-
prism (1.4.0)
439+
prism (1.5.1)
440440
pry (0.15.2)
441441
coderay (~> 1.1)
442442
method_source (~> 1.0)
@@ -513,7 +513,7 @@ GEM
513513
ffi (~> 1.0)
514514
rbnacl (7.1.2)
515515
ffi (~> 1)
516-
rbs (3.9.4)
516+
rbs (3.9.5)
517517
logger
518518
rbsecp256k1 (6.0.0)
519519
mini_portile2 (~> 2.8)
@@ -531,7 +531,7 @@ GEM
531531
redis-session-store (0.11.6)
532532
actionpack (>= 5.2.4.1, < 9)
533533
redis (>= 3, < 6)
534-
regexp_parser (2.10.0)
534+
regexp_parser (2.11.3)
535535
reline (0.6.2)
536536
io-console (~> 0.5)
537537
render_async (2.1.11)
@@ -549,7 +549,7 @@ GEM
549549
chunky_png (~> 1.0)
550550
rqrcode_core (~> 1.0)
551551
rqrcode_core (1.2.0)
552-
rubocop (1.75.7)
552+
rubocop (1.75.8)
553553
json (~> 2.3)
554554
language_server-protocol (~> 3.17.0.2)
555555
lint_roller (~> 1.1.0)
@@ -560,7 +560,7 @@ GEM
560560
rubocop-ast (>= 1.44.0, < 2.0)
561561
ruby-progressbar (~> 1.7)
562562
unicode-display_width (>= 2.4.0, < 4.0)
563-
rubocop-ast (1.44.1)
563+
rubocop-ast (1.46.0)
564564
parser (>= 3.3.7.2)
565565
prism (~> 1.4)
566566
rubocop-performance (1.25.0)
@@ -635,7 +635,7 @@ GEM
635635
snaky_hash (2.0.1)
636636
hashie
637637
version_gem (~> 1.1, >= 1.1.1)
638-
solargraph (0.54.5)
638+
solargraph (0.56.0)
639639
backport (~> 1.2)
640640
benchmark (~> 0.4)
641641
bundler (~> 2.0)
@@ -647,6 +647,7 @@ GEM
647647
observer (~> 0.1)
648648
ostruct (~> 0.6)
649649
parser (~> 3.0)
650+
prism (~> 1.4)
650651
rbs (~> 3.3)
651652
reverse_markdown (~> 3.0)
652653
rubocop (~> 1.38)
@@ -687,7 +688,7 @@ GEM
687688
terser (1.2.6)
688689
execjs (>= 0.3.0, < 3)
689690
thor (1.4.0)
690-
tilt (2.6.0)
691+
tilt (2.6.1)
691692
timeout (0.4.3)
692693
tpm-key_attestation (0.14.1)
693694
bindata (~> 2.4)
2.63 MB
Loading

nextjs/src/app/[locale]/c/layout.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Head from 'next/head';
66
import { useTranslations } from 'next-intl';
77

88
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';
1010
import DarkLogo from '~/images/brave_logo_dark_bg.png';
1111

1212
export default function PublicChannelLayout({ children }) {
@@ -20,7 +20,7 @@ export default function PublicChannelLayout({ children }) {
2020
src={Logo}
2121
alt='Brave Creators Logo'
2222
priority={true}
23-
width={200}
23+
width={150}
2424
/>
2525
</div>
2626
</div>
2.56 MB
Loading

public/preview.png

2.56 MB
Loading

0 commit comments

Comments
 (0)