1
0
Fork 0
mirror of synced 2024-10-05 20:44:47 +13:00

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>
<TestimonialPage>
<TestimonialPage enabled={$organisation.testimonialsEnabled}>
<Layout gap="S" noPadding>
<img alt="logo" src={$organisation.logoUrl || Logo} />
<span class="heading-wrap">

View file

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