Merge branch 'hometown-dev' of github.com:hometown-fork/hometown into hometown-dev

This commit is contained in:
Darius Kazemi
2020-07-07 12:43:42 -07:00
7 changed files with 30 additions and 39 deletions

View File

@ -99,10 +99,6 @@ module AccountsHelper
end
def svg_logo
content_tag(:svg, tag(:use, 'xlink:href' => '#mastodon-svg-logo'), 'viewBox' => '0 0 216.4144 232.00976')
end
def svg_logo_full
content_tag(:svg, tag(:use, 'xlink:href' => '#mastodon-svg-logo-full'), 'viewBox' => '0 0 713.35878 175.8678')
content_tag(:svg, tag(:use, 'xlink:href' => '#hometownlogo'), 'viewBox' => '0 0 216.4144 232.00976')
end
end

View File

@ -361,7 +361,7 @@ class EmojiPickerDropdown extends React.PureComponent {
<img
className={classNames('emojione', { 'pulse-loading': active && loading })}
alt='🙂'
src={`${assetHost}/emoji/1f602.svg`}
src={`${assetHost}/emoji/1f600.svg`}
/>
</div>

View File

@ -1,3 +1,3 @@
@import 'macaron/variables';
@import 'application';
@import 'macaron/diff'
@import 'macaron/diff';

View File

@ -38,4 +38,3 @@
.logo-resources
= render file: Rails.root.join('app', 'javascript', 'images', 'hometown.svg')
= render file: Rails.root.join('app', 'javascript', 'images', 'logo_full.svg')