You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per @Jayshreemagdum's feedback, we would like to remove the MinIO logo on the Quickstart Guide located on the index page of the docs. However, we would like to keep it on the GitHub repo. To fix this, we can use the display: none; CSS rule isolating the logo element.
The text was updated successfully, but these errors were encountered:
From what I have understood from @Jayshreemagdum's feedback yesterday (please let me know if this isn't the case), as we already have the MinIO logo on the top left side on the Docs page, the logo on the Quickstart guide looks redundant:
As per @Jayshreemagdum's feedback, we would like to remove the MinIO logo on the Quickstart Guide located on the index page of the docs. However, we would like to keep it on the GitHub repo. To fix this, we can use the
display: none;
CSS rule isolating the logo element.The text was updated successfully, but these errors were encountered: