Skip to content

Commit 20edf10

Browse files
committed
Change main.rs
1 parent acfd652 commit 20edf10

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

location-dark.png

-515 KB
Loading

location-light.png

-417 KB
Loading

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,12 @@ fn root(request: Request, state: Arc<RwLock<State>>) {
152152
if let Some(ago) = &si.ago {
153153
&format!("{} I was", ago)
154154
} else {
155-
"a bit ago I was"
155+
"A bit ago I was"
156156
}
157157
};
158158

159159
let song_string = format!(
160-
", and {} listening to {} by {}. This month I've been listening to lots of {}!!",
160+
"{} listening to {} by {}. This month I've been listening to lots of {}!!",
161161
time, si.track, si.artist, si.month_artist
162162
);
163163

src/main.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ I like writing shaders, travelling to strange places, tinkering in Rust, and doi
55

66
I used to work at Hack Club (hackclub.com), working on 501(c)(3) financial infrastructure and building the world's biggest hackathons. Now I'm bobbing around the world crunching big data :o
77

8-
I'm reading Why Nations Fail right now🎵
8+
🎵
99

1010
I move around a lot but right now 📌 DM me on Spotify (malted.dev/spotify) if you want to meet up!
1111

0 commit comments

Comments
 (0)