diff --git a/.github/settings.yml b/.github/settings.yml index d556de8c..2d43c66e 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -148,6 +148,10 @@ labels: color: b059ec - name: website color: f18d0f + - name: accessibility + color: 8C0459 + - name: deaf/hoh + color: C61B7A # additional colors in this palette: # ff69b4 diff --git a/website/data/projects.json b/website/data/projects.json index f487832f..888bf85a 100644 --- a/website/data/projects.json +++ b/website/data/projects.json @@ -3586,13 +3586,13 @@ "language": "Rust" }, { - "name": "WasmEdge", - "path": "Runtime", + "name": "WasmEdge (Wasm)", + "path": "Runtimes", "description": "WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices.", "homepage_url": "https://wasmedge.org/", "project": "sandbox", "repo_url": "https://github.com/WasmEdge/WasmEdge", - "logo": "logos/wasm-edge.svg", + "logo": "logos/wasm-edge-wasm.svg", "twitter": "https://twitter.com/CloudNativeFdn", "crunchbase": "https://www.crunchbase.com/organization/cloud-native-computing-foundation", "chat_channel": "#WasmEdge",