Skip to content

Commit 90528f1

Browse files
committed
Update header
1 parent de39afc commit 90528f1

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# COSMIC Project Collection
2-
A collection of COSMIC projects developed by the community.
1+
<img src="header.png" alt="header"/>
32

43
## Applications
54
| Name | Description | Image |

header.png

-11.7 KB
Loading

src/readme.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ pub fn generate() -> std::io::Result<()> {
88
let services: Services = ron::from_str(include_str!("../services.ron")).unwrap();
99
let scripts: Scripts = ron::from_str(include_str!("../scripts.ron")).unwrap();
1010

11-
readme.push_str("# COSMIC Project Collection\n");
12-
readme.push_str("A collection of COSMIC projects developed by the community.\n\n");
11+
readme.push_str("<img src=\"header.png\"/>\n\n");
1312

1413
write_applications(&mut readme, applications);
1514
write_applets(&mut readme, applets);

0 commit comments

Comments
 (0)