Skip to content

Commit c9a475b

Browse files
CaptainStackCaptainStack
CaptainStack
authored and
CaptainStack
committed
Merge pull request code-dot-org#869 from code-dot-org/shop-thumbnail
Changed studiobar donate tile to /shop instead of /donate. New thumbnail.
2 parents a215f8f + 990ba1a commit c9a475b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Loading

pegasus/sites.v3/code.org/public/index.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ social:
127127
%h1.mobile-center
128128
=I18n.t :studiobar_title
129129
#body.mobile-pad-left64
130-
- studiobar_items = [ {id: "elementary", url: "http://#{canonical_hostname('studio.code.org')}"}, {id: "frozen", url: "http://studio.code.org/s/frozen/reset"}, {id: "teacher", url: "/educate/k5"}, {id: "donate", url: "/donate"}]
130+
- studiobar_items = [ {id: "elementary", url: "http://#{canonical_hostname('studio.code.org')}"}, {id: "frozen", url: "http://studio.code.org/s/frozen/reset"}, {id: "teacher", url: "/educate/k5"}, {id: "shop", url: "/shop"}]
131131
- studiobar_items.each_with_index do |item, index|
132132
- if index < studiobar_items.length-1
133133
- other_style = "margin-right: 26px"

0 commit comments

Comments
 (0)