Noticed that extend is incorrect in https://waterhole.dev/docs/main/design#footer section. Should be `Extend\IndexFooter::add('waterhole.footer');` instead of `Extend\Footer::add('waterhole.footer');`
Noticed that extend is incorrect in https://waterhole.dev/docs/main/design#footer section.
Should be
Extend\IndexFooter::add('waterhole.footer');instead ofExtend\Footer::add('waterhole.footer');