How to remove text from the footer

Viewed 119

How to remove the text in the frame selection position in the picture below。
I entered the ui/template/footer.html file, commented the code, and then used make to build the UI file and then started the service. After opening the address, there was still text below, and I wanted to remove it.

1 Answers

You changed the wrong file, the ui/template folder provides files for search engine crawling and is used for SEO. You should change the ui/src/pages/Layout/index.tsx file and comment out the Footer component

image.png

image.png