Ver Fonte

Merge pull request #1833 from pixelfed/staging

Update embed view, remove link to pixelfed.org
daniel há 5 anos atrás
pai
commit
2e3f3bdcbf
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      resources/views/status/embed.blade.php

+ 1 - 1
resources/views/status/embed.blade.php

@@ -167,7 +167,7 @@
       </div>
       <div>
         <a class="small font-weight-bold text-muted pr-1" href="{{config('app.url')}}" target="_blank">{{config('pixelfed.domain.app')}}</a>
-        <a href="https://pixelfed.org" target="_blank"><img src="/img/pixelfed-icon-color.svg" width="26px"></a>
+        <img src="/img/pixelfed-icon-color.svg" width="26px">
       </div>
     </div>
   </div>