diff --git a/.changeset/green-walls-refuse.md b/.changeset/green-walls-refuse.md new file mode 100644 index 00000000..ab543fcb --- /dev/null +++ b/.changeset/green-walls-refuse.md @@ -0,0 +1,7 @@ +--- +'@youversion/platform-react-ui': patch +'@youversion/platform-core': patch +'@youversion/platform-react-hooks': patch +--- + +Updated the Bible App logo on the BibleCard and VerseOfTheDay React components to the latest designs. diff --git a/packages/ui/src/components/bible-app-logo-lockup.tsx b/packages/ui/src/components/bible-app-logo-lockup.tsx index bd3ffc13..25d06056 100644 --- a/packages/ui/src/components/bible-app-logo-lockup.tsx +++ b/packages/ui/src/components/bible-app-logo-lockup.tsx @@ -1,21 +1,26 @@ import type { SVGProps } from 'react'; +import { cn } from '@/lib/utils'; const SvgComponent = (props: SVGProps): React.ReactElement => ( Bible App + ): React.ReactElement => ( - + - - - - + + - @@ -60,18 +62,15 @@ const SvgComponent = (props: SVGProps): React.ReactElement => ( - - - ); diff --git a/packages/ui/src/components/verse-of-the-day.tsx b/packages/ui/src/components/verse-of-the-day.tsx index 5d95022c..d846a671 100644 --- a/packages/ui/src/components/verse-of-the-day.tsx +++ b/packages/ui/src/components/verse-of-the-day.tsx @@ -209,7 +209,7 @@ export function VerseOfTheDay({ {showBibleAppAttribution ? (