Skip to content

Commit

Permalink
add japanese translations, styling and bug fixes for contributions page
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbyrne committed Sep 18, 2024
1 parent 2fc5214 commit 20cce06
Show file tree
Hide file tree
Showing 8 changed files with 284 additions and 106 deletions.
2 changes: 1 addition & 1 deletion app/controllers/api/nextv1/public_channel_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def show

begin
url = channel.details&.url
site_banner = channel.site_banner&.read_only_react_property || SiteBanner.new_helper(current_publisher.id, channel.id)
site_banner = channel.site_banner&.read_only_react_property || SiteBanner.new_helper(current_publisher.id, channel.id).read_only_react_property

crypto_constants = {
solana_main_url: ENV["SOLANA_MAIN_URL"],
Expand Down
Loading

0 comments on commit 20cce06

Please sign in to comment.