Skip to content

Commit 05b5179

Browse files
Merge pull request #235 from neuroglia-io/fix-huawai-branding
Fixed Huawei branding
2 parents c786551 + 9bbc66f commit 05b5179

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

0 commit comments

Comments
 (0)