Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ GEM
reline (>= 0.4.2)
jaro_winkler (1.6.1)
jmespath (1.6.2)
json (2.12.2)
json (2.14.1)
jsonapi-renderer (0.2.2)
jwt (2.10.2)
base64
Expand Down Expand Up @@ -413,7 +413,7 @@ GEM
activerecord (>= 6.1)
request_store (~> 1.4)
parallel (1.27.0)
parser (3.3.8.0)
parser (3.3.9.0)
ast (~> 2.4.1)
racc
pg (1.6.2)
Expand All @@ -436,7 +436,7 @@ GEM
net-smtp
premailer (~> 1.7, >= 1.7.9)
prettyprint (0.2.0)
prism (1.4.0)
prism (1.5.1)
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -513,7 +513,7 @@ GEM
ffi (~> 1.0)
rbnacl (7.1.2)
ffi (~> 1)
rbs (3.9.4)
rbs (3.9.5)
logger
rbsecp256k1 (6.0.0)
mini_portile2 (~> 2.8)
Expand All @@ -531,7 +531,7 @@ GEM
redis-session-store (0.11.6)
actionpack (>= 5.2.4.1, < 9)
redis (>= 3, < 6)
regexp_parser (2.10.0)
regexp_parser (2.11.3)
reline (0.6.2)
io-console (~> 0.5)
render_async (2.1.11)
Expand All @@ -549,7 +549,7 @@ GEM
chunky_png (~> 1.0)
rqrcode_core (~> 1.0)
rqrcode_core (1.2.0)
rubocop (1.75.7)
rubocop (1.75.8)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
Expand All @@ -560,7 +560,7 @@ GEM
rubocop-ast (>= 1.44.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.44.1)
rubocop-ast (1.46.0)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-performance (1.25.0)
Expand Down Expand Up @@ -635,7 +635,7 @@ GEM
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
solargraph (0.54.5)
solargraph (0.56.0)
backport (~> 1.2)
benchmark (~> 0.4)
bundler (~> 2.0)
Expand All @@ -647,6 +647,7 @@ GEM
observer (~> 0.1)
ostruct (~> 0.6)
parser (~> 3.0)
prism (~> 1.4)
rbs (~> 3.3)
reverse_markdown (~> 3.0)
rubocop (~> 1.38)
Expand Down Expand Up @@ -687,7 +688,7 @@ GEM
terser (1.2.6)
execjs (>= 0.3.0, < 3)
thor (1.4.0)
tilt (2.6.0)
tilt (2.6.1)
timeout (0.4.3)
tpm-key_attestation (0.14.1)
bindata (~> 2.4)
Expand Down
Binary file modified app/assets/images/open-graph-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions nextjs/src/app/[locale]/c/layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Head from 'next/head';
import { useTranslations } from 'next-intl';

import styles from '@/styles/PublicLayout.module.css';
import Logo from '~/images/brave_creators_full_logo.png';
import Logo from '~/images/brave_creators_logo.png';
import DarkLogo from '~/images/brave_logo_dark_bg.png';

export default function PublicChannelLayout({ children }) {
Expand All @@ -20,7 +20,7 @@ export default function PublicChannelLayout({ children }) {
src={Logo}
alt='Brave Creators Logo'
priority={true}
width={200}
width={150}
/>
</div>
</div>
Expand Down
Binary file modified public/creators-landing/public/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading