Skip to content

Commit 246fb91

Browse files
authored
Merge pull request #3124 from ProvableHQ/banner-update-2026
Update snarkVM banner
2 parents 148df86 + f2b3344 commit 246fb91

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

.resources/snarkVM-banner.png

1.34 MB
Loading

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img alt="snarkVM" width="1412" src="https://aleo.org/snarkVM.webp">
2+
<img alt="snarkVM" width="1412" src=".resources/snarkVM-banner.png">
33
</p>
44

55
<p align="center">

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ use std::{
2525
use walkdir::WalkDir;
2626

2727
// The following license text that should be present at the beginning of every source file.
28-
const EXPECTED_LICENSE_TEXT: &[u8] = include_bytes!(".license_header");
28+
const EXPECTED_LICENSE_TEXT: &[u8] = include_bytes!(".resources/license_header");
2929

3030
// The following directories will be excluded from the license scan.
3131
const DIRS_TO_SKIP: [&str; 5] = [".cargo", ".circleci", ".git", ".github", "target"];

0 commit comments

Comments
 (0)