fix project link offset

This commit is contained in:
ghost 2024-02-06 16:20:53 +02:00
parent cd7d5f55ed
commit 2bd867ca45

View file

@ -18,6 +18,6 @@ server {
sub_filter_types *; sub_filter_types *;
# Feedback link to project repository # Feedback link to project repository
sub_filter '</body>' '<a style="position:fixed;top:20px;right:20px;z-index:999" href="https://github.com/YGGverse/YGGbro/tree/main/nginx/howto.ygg/betahowto.duckdns.org" target="_blank">YGGbro</a></body>'; sub_filter '</body>' '<a style="position:fixed;top:36px;right:8px;z-index:999" href="https://github.com/YGGverse/YGGbro/tree/main/nginx/howto.ygg/betahowto.duckdns.org" target="_blank">YGGbro</a></body>';
} }
} }