Skip to content

Commit

Permalink
[560 & 562] add previews for banners
Browse files Browse the repository at this point in the history
  • Loading branch information
elceebee committed Jan 17, 2025
1 parent 6ab8f56 commit 0118607
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module CandidateInterface
class OneLoginPreReleaseBannersPreview < ViewComponent::Preview
def one_login_pre_release_logged_in_banner_component
render(CandidateInterface::OneLoginPreReleaseLoggedInBannerComponent.new(flash_empty: true))
end

def one_login_pre_release_sign_in_banner_component
render(CandidateInterface::OneLoginPreReleaseSignInBannerComponent.new)
end
end
end

0 comments on commit 0118607

Please sign in to comment.