Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions profile/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<p align="center">
<img src="./assets/prism-logo.svg" width="112" alt="Prism Network">
<img src="./assets/prism-banner.png" alt="prism. network.tech">
</p>

<h1 align="center">prism.</h1>

<p align="center">
Open infrastructure for metered GPU compute.
</p>
Expand Down
Binary file added profile/assets/prism-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion profile/assets/prism-logo.svg

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ required=(
SECURITY.md
SUPPORT.md
profile/README.md
profile/assets/prism-logo.svg
profile/assets/prism-banner.png
)

for path in "${required[@]}"; do
Expand Down
Loading