Skip to content

Commit 9bbc66f

Browse files
committed
Fixed Huawei branding
Signed-off-by: Jean-Baptiste Bianchi <[email protected]>
1 parent cb01b07 commit 9bbc66f

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

Diff for: public/img/logos/huawei.png

26.6 KB
Loading

Diff for: public/img/logos/huawei.svg

+22
Loading

Diff for: src/pages/index.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const examples = (await getCollection('example'));
128128
<p>FaasNet makes it easy to deploy functions and API to Kubernetes without repetitive, boiler-plate coding.</p>
129129
<a class="link link-accent" href="https://github.com/simpleidserver/FaasNet" target="_blank" rel="noopener">Learn More</a>
130130
</Card>
131-
<Card title="Huawei" image="img/logos/huawei.png" imageSize="medium">
131+
<Card title="Huawei" image="img/logos/huawei.png" imageDark="img/logos/huawei.svg" imageSize="medium">
132132
<p>Huawei FunctionGraph hosts event-driven functions in a serverless context while ensuring high availability, high scalability, and zero maintenance.</p>
133133
<a class="link link-accent" href="https://www.huaweicloud.com/intl/en-us/product/functiongraph.html" target="_blank" rel="noopener">Learn More</a>
134134
</Card>

0 commit comments

Comments
 (0)