diff --git a/app/javascript/styles/mastodon/about.scss b/app/javascript/styles/mastodon/about.scss index 9f2a1a3af..f32bfe48c 100644 --- a/app/javascript/styles/mastodon/about.scss +++ b/app/javascript/styles/mastodon/about.scss @@ -860,6 +860,18 @@ $small-breakpoint: 960px; } } +table.brand-img { + td.img > img { + max-width: 5em; + margin-right: 1em; + } + td.name { + font-size: 4em; + vertical-align: middle; + color: #fff; + } +} + .brand { position: relative; text-decoration: none; diff --git a/app/views/about/show.html.haml b/app/views/about/show.html.haml index 6ae9e6ae0..fc2a88d00 100644 --- a/app/views/about/show.html.haml +++ b/app/views/about/show.html.haml @@ -8,7 +8,12 @@ .landing .landing__brand = link_to root_url, class: 'brand' do - = svg_logo_full + %table.brand-img + %tbody + %tr + %td.img + %img{"src" => "/apple-touch-icon.png"} + %td.name='Instante' %span.brand__tagline=t 'about.tagline' .landing__grid diff --git a/config/locales/es-MX.yml b/config/locales/es-MX.yml index a7dc45892..a917d340d 100644 --- a/config/locales/es-MX.yml +++ b/config/locales/es-MX.yml @@ -35,7 +35,7 @@ es-MX: one: estado other: estados status_count_before: Qué han escrito - tagline: Seguir a amigos existentes y descubre nuevos + tagline: La red social del momento terms: Condiciones de servicio unavailable_content: Contenido no disponible unavailable_content_description: diff --git a/config/locales/es.yml b/config/locales/es.yml index 9f2f593ce..db1e6d018 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -35,7 +35,7 @@ es: one: estado other: estados status_count_before: Qué han escrito - tagline: Seguir a amigos existentes y descubre nuevos + tagline: La red social del momento terms: Condiciones de servicio unavailable_content: Contenido no disponible unavailable_content_description: diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png index 7a99a1964..82410d463 100644 Binary files a/public/android-chrome-192x192.png and b/public/android-chrome-192x192.png differ diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png index b12aa55a3..690643540 100644 Binary files a/public/apple-touch-icon.png and b/public/apple-touch-icon.png differ