godotengine / discourse-theme

A custom Godot styled theme for discourse
MIT License
2 stars 1 forks source link

Remove the "Sign Up" button from navbar #15

Open winston-yallow opened 4 months ago

winston-yallow commented 4 months ago

This is a regression due to the last discourse update. We only need one button for log in and registration, not two.

image

coppolaemilio commented 4 months ago

I guess we need to modify this from our theme, right?

winston-yallow commented 4 months ago

Yes, should be easy to do. We already had that, but I think the button class changed with the last update.

Code is here on line 203: https://github.com/godotengine/discourse-theme/blob/main/common/common.scss#L203