From 937b307e84ae6ef5c9270f00cb87fa8f7c878d80 Mon Sep 17 00:00:00 2001 From: Alysson Rosa Date: Thu, 1 Jun 2023 09:53:39 -0300 Subject: [PATCH] Fixing fetch image on 'back-to-top' button --- guides/assets/stylesheets/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/assets/stylesheets/main.css b/guides/assets/stylesheets/main.css index b14ccfb4ebc..12e5c26421c 100644 --- a/guides/assets/stylesheets/main.css +++ b/guides/assets/stylesheets/main.css @@ -272,7 +272,7 @@ a.back-to-top { padding: 2.5em; border-radius: 3em; box-shadow: 2px 2px 4px 0px black; - background: url('../images/up-white-arrow.png') no-repeat center center, #c52f24; + background: url('../images/up_white_arrow.png') no-repeat center center, #c52f24; background-size: 2em; }