Remove the Guide Tour from the welcome page of strapi

bootstrap(app: any) {
const styleTag = document.createElement(“style”);
styleTag.innerText = `
aside[aria-labelledby=“join-the-community”], .home-page #main-content>div:first-child>img {
display: none;
}
}
Above code is given by me. How to hide the ‘3 steps to get started’ guide tour?

This topic has been created from a Discord post (1237343472973774849) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord