Accidentally broke old header

This commit is contained in:
Asaf Gartner 2024-07-07 13:39:58 +03:00
parent e06666a570
commit 9537917a8e
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ func (bd *BaseData) AddImmediateNotice(class, content string) {
type Header struct {
AdminApprovalQueueUrl string
AdminUrl string // TODO(redesign): Remove this once we get rid of the old header
UserProfileUrl string
UserSettingsUrl string
LogoutUrl string