Skip to content

Fix frontend mobile navbar alignment

Yuto Takano requested to merge yutotakano/fix-mobile-header-alignment into master

The mobile navigation bar currently has weird item alignments because the "align" prop for the Stack component is not a valid value. This MR fixes it to be "flex-start" instead of "left".

Merge request reports