Added testimonial check to reset and forgot pages.

This commit is contained in:
Conor Webb 2023-10-18 09:20:06 +01:00
parent bbda776c49
commit 56ecd339a7
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
}) })
</script> </script>
<TestimonialPage> <TestimonialPage enabled={$organisation.testimonialsEnabled}>
<Layout gap="S" noPadding> <Layout gap="S" noPadding>
<img alt="logo" src={$organisation.logoUrl || Logo} /> <img alt="logo" src={$organisation.logoUrl || Logo} />
<span class="heading-wrap"> <span class="heading-wrap">

View File

@ -53,7 +53,7 @@
}) })
</script> </script>
<TestimonialPage> <TestimonialPage enabled={$organisation.testimonialsEnabled}>
<Layout gap="S" noPadding> <Layout gap="S" noPadding>
{#if loaded} {#if loaded}
<img alt="logo" src={$organisation.logoUrl || Logo} /> <img alt="logo" src={$organisation.logoUrl || Logo} />