mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
feat(web): hide company logos during Valentines season
This commit is contained in:
parent
76a13a1e87
commit
c0977ae04c
1 changed files with 5 additions and 3 deletions
|
|
@ -111,9 +111,11 @@ export default async function Home() {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div className="mb-12 px-4">
|
||||
<CompanyLogos />
|
||||
</div>
|
||||
{!isValentines && (
|
||||
<div className="mb-12 px-4">
|
||||
<CompanyLogos />
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue