chore: remove redundant override in banner.ex.

Closes #460.
This commit is contained in:
James Harton 2024-09-02 09:08:43 +12:00
parent e95d7535c6
commit 087afc0a15
Signed by: james
GPG key ID: 90E82DAA13F624F4

View file

@ -7,7 +7,6 @@ defmodule AshAuthentication.Phoenix.Components.Banner do
dark_image_class: "Css class for the `img` tag in dark mode.",
image_url: "A URL for the `img` `src` attribute. Set to `nil` to disable.",
dark_image_url: "A URL for the `img` `src` attribute in dark mode. Set to `nil` to disable.",
image_class: "CSS class for the `img` tag in dark mode.",
text_class: "CSS class for the text `div`.",
text: "Banner text. Set to `nil` to disable."