Skip to content
This repository was archived by the owner on Mar 19, 2020. It is now read-only.

Commit e5ec849

Browse files
author
Yuma Soga
committed
Update footer social links' id.
1 parent fb9271c commit e5ec849

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/views/application/_footer.haml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
.footer-social
77
%h5 Social Links
88
.footer-social-icons
9-
%a.mx-1{ target: "_blank" , href: "https://twitter.com/coderdojo_konan", title: "Twitter" }
9+
%a.mx-1{ target: "_new" , href: "https://twitter.com/CoderDojoKonan_", title: "Twitter" }
1010
= fa_icon "twitter 2x"
11-
%a.mx-1{ target: "_blank", href: "http://facebook.com/Coderdojo.Konan/", title: "Facebook" }
11+
%a.mx-1{ target: "_new", href: "http://facebook.com/Coderdojo.Konan", title: "Facebook" }
1212
= fa_icon "facebook 2x"
13-
%a.mx-1{ target: "_blank", href: "https://www.instagram.com/coderdojo_konan/", title: "Instagram" }
13+
%a.mx-1{ target: "_new", href: "https://www.instagram.com/coderdojo.konan.okayama", title: "Instagram" }
1414
= fa_icon "instagram 2x"
15-
%a.mx-1{ target: "_blank", href: "https://github.com/CoderDojo-Konan-Okayama", title: "Github" }
15+
%a.mx-1{ target: "_new", href: "https://github.com/CoderDojo-Konan-Okayama", title: "Github" }
1616
= fa_icon "github 2x"
17-
%a.mx-1{ target: "_blank", href: "https://www.youtube.com/channel/UCRN6euxI9l10q6I-gVewVcw", title: "YouTube" }
17+
%a.mx-1{ target: "_new", href: "https://www.youtube.com/channel/UCRN6euxI9l10q6I-gVewVcw", title: "YouTube" }
1818
= fa_icon "youtube 2x"
1919
.row
2020
.col-lg-8.mx-auto.my-1.text-center.text-white

0 commit comments

Comments
 (0)