Skip to content

Commit

Permalink
Rename Twitter to X (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlgo11 authored Aug 5, 2024
1 parent 2fdbc31 commit 9d1f383
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions assets/css/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
}

&.twitter:after {
content: 'On Twitter';
content: 'On X (Twitter)';
}

&.facebook:after {
Expand Down Expand Up @@ -215,10 +215,10 @@
}

&.twitter {
background: #1da1f2;
background: #000;

&:before {
content: '\F5EF';
content: '\F8DB';
}
}

Expand Down
1 change: 0 additions & 1 deletion layouts/partials/base.stylesheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
{{ $styles = $styles | append "error" }}
{{ end }}


{{ $scss := slice }}
{{ range $style := $styles }}
{{ $scss = $scss | append (resources.Get ($style | printf "css/%s.scss")) }}
Expand Down

0 comments on commit 9d1f383

Please sign in to comment.