From eb588075b896f25c6dbd961f85ecbece1dcd53a8 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Thu, 5 Feb 2026 15:25:54 +0100 Subject: [PATCH] Use `ha-alert` for copyright of logo (#29429) Use ha-alert for copyright of logo --- gallery/src/pages/brand/logo.markdown | 2 ++ gallery/src/pages/brand/logo.ts | 1 + 2 files changed, 3 insertions(+) create mode 100644 gallery/src/pages/brand/logo.ts diff --git a/gallery/src/pages/brand/logo.markdown b/gallery/src/pages/brand/logo.markdown index e710bf8168..7e1b3526d2 100644 --- a/gallery/src/pages/brand/logo.markdown +++ b/gallery/src/pages/brand/logo.markdown @@ -10,7 +10,9 @@ As a community, we are proud of our logo. Follow these guidelines to ensure it a ![Logo](/images/brand/logo.png) + This logo is trademarked and the property of the Open Home Foundation. This means it is not available for commercial use without express written permission from the foundation. We regard commercial use as anything designed to market or promote a product, software or service that is for sale. Please contact partner@openhomefoundation.org for further information + # Design diff --git a/gallery/src/pages/brand/logo.ts b/gallery/src/pages/brand/logo.ts new file mode 100644 index 0000000000..5d7552808c --- /dev/null +++ b/gallery/src/pages/brand/logo.ts @@ -0,0 +1 @@ +import "../../../../src/components/ha-alert";