Skip to content

Commit 81e03f6

Browse files
committed
Rename: Sponsors -> Partners with agreement
1 parent 509ee07 commit 81e03f6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/assets/stylesheets/custom.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ h2{
7272
margin: 0 !important;
7373
}
7474

75-
// Sponsor section
76-
.sponsors_logo {
75+
// Partner section
76+
.partners_logo {
7777
ul{
7878
padding-left: 0px;
7979
}

app/views/static_pages/home.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@
117117
</div>
118118

119119

120-
<section class='detail-introduction sponsors_logo text-center' id="sponsors">
121-
<h2>スポンサー</h2>
120+
<section class='detail-introduction partners_logo text-center' id="partners">
121+
<h2>パートナー</h2>
122122
<script type="text/javascript">
123123
$(function () {
124124
$('[data-toggle="tooltip"]').tooltip();

spec/features/top_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
visit "/"
77
expect(page).to have_title 'CoderDojo Japan'
88
expect(page).to have_text '全国の道場'
9-
expect(page).to have_css 'section.sponsors_logo a[href]'
9+
expect(page).to have_css 'section.partners_logo a[href]'
1010
expect(page).to have_text '問い合わせ'
1111
expect(page).to have_text '一般社団法人'
1212
end

0 commit comments

Comments
 (0)