Pinned Tab Icon in Safari
Hi,
in the current Safari there's not an icon when GitLab is pinned, so it shows the first character of the domain name.
According to the documentation here there is a way to fix it. The following should fix it:
%link{rel: "mask-icon", href: image_path('logo.svg', color="orange")}
As far as I can tell (I'm not firm with rails) if that line is somewhere in app/views/layouts/_head.html.haml
it should show the logo.svg in a pinned tab in Safari.
Sorry for not making a MR, but I'm really not firm with Rails.