Skip to content

Commit

Permalink
change twitter icon to X
Browse files Browse the repository at this point in the history
  • Loading branch information
russbiggs committed May 8, 2024
1 parent 484c505 commit 511ac3d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions static/svg/X_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion themes/openaq/layouts/about/people/person-social.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="person-social">
{{with .Params.twitter}}
<a href="{{ . | safeURL }}" target="_blank" rel="noreferrer noopener">
<img src="/svg/twitter_sm.svg" height="13" width="15" alt="twitter icon">
<img src="/svg/X_logo.svg" height="13" width="15" alt="X icon">
</a>
{{end}}
{{with .Params.mastadon}}
Expand Down
2 changes: 1 addition & 1 deletion themes/openaq/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
target="_blank"
rel="noreferrer noopener"
>
<img src="/svg/twitter.svg" alt="twitter" />
<img src="/svg/X_logo.svg" alt="twitter" />
</a>
<a
href="https://join.slack.com/t/openaq/shared_invite/zt-yzqlgsva-v6McumTjy2BZnegIK9XCVw"
Expand Down
2 changes: 1 addition & 1 deletion themes/openaq/layouts/use-cases/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1 class="type-display-1 gradient-title">{{ .Title }}</h1>
<a href="https://www.facebook.com/openaq/" class="social-circle">
<img src="/svg/facebook.svg" alt="facebook">
</a>
<a href="https://twitter.com/openaq" class="social-circle"><img src="/svg/twitter.svg" alt="twitter"></a>
<a href="https://twitter.com/openaq" class="social-circle"><img src="/svg/X_logo.svg" alt="twitter"></a>
<a href="https://www.linkedin.com/company/openaq" class="social-circle"><img src="/svg/linkedin.svg" alt="linkedin"></a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion themes/openaq/layouts/why-air-quality/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1 class="type-display-1 gradient-title">{{ .Title }}</h1>
<a href="https://www.facebook.com/openaq/" class="social-circle" target="_blank" rel="noreferrer noopener">
<img src="/svg/facebook.svg" alt="facebook">
</a>
<a href="https://twitter.com/openaq" class="social-circle" target="_blank" rel="noreferrer noopener"><img src="/svg/twitter.svg" alt="twitter"></a>
<a href="https://twitter.com/openaq" class="social-circle" target="_blank" rel="noreferrer noopener"><img src="/svg/X_logo.svg" alt="twitter"></a>
<a href="https://www.linkedin.com/company/openaq" class="social-circle" target="_blank" rel="noreferrer noopener"><img src="/svg/linkedin.svg" alt="linkedin"></a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion themes/openaq/layouts/why-open-data/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1 class="type-display-1 gradient-title">{{ .Title }}</h1>
<a href="https://www.facebook.com/openaq/" class="social-circle" target="_blank" rel="noreferrer noopener">
<img src="/svg/facebook.svg" alt="facebook">
</a>
<a href="https://twitter.com/openaq" class="social-circle" target="_blank" rel="noreferrer noopener"><img src="/svg/twitter.svg" alt="twitter"></a>
<a href="https://twitter.com/openaq" class="social-circle" target="_blank" rel="noreferrer noopener"><img src="/svg/X_logo.svg" alt="twitter"></a>
<a href="https://www.linkedin.com/company/openaq" class="social-circle" target="_blank" rel="noreferrer noopener"><img src="/svg/linkedin.svg" alt="linkedin"></a>
</div>
</div>
Expand Down

0 comments on commit 511ac3d

Please sign in to comment.