Skip to content

Commit 9efcf3e

Browse files
committed
fix stuff
1 parent 23e1b8b commit 9efcf3e

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

src/components/Projects.jsx

+5-7
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,11 @@ function Projects() {
3030
link: "https://www.youtube.com/watch?v=4CnmTISvu3A"
3131
},
3232
{
33-
id: "wildrydes",
34-
title: "WildRydes 🦄",
35-
description: `This was an AWS tutorial to learn the basics of a full stack app on AWS.
36-
If you need to book a unicorn reservation, this is the app for you.`,
37-
image: wildRydesLogo,
38-
link:"https://master.d3su1632stz2i2.amplifyapp.com/"
39-
},
33+
id: "currensee",
34+
title: "CurrenSee 💰",
35+
description: "CurrenSee is an iOS currency exchange rate app I built in 2018",
36+
link: "https://www.youtube.com/watch?v=y9hC8f9dm_U"
37+
}.
4038
{
4139
id: "findmyfourteener",
4240
title: "FindMyFourteener 🏔️",

src/components/RightSection.css

+10-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
flex-direction: column;
55
padding: 0 0 10% 0;
66
overflow-y: auto;
7+
<<<<<<< Updated upstream
78
}
89

910
.date {
@@ -13,4 +14,12 @@
1314
color: #7D8D9D;
1415
padding: 10px;
1516
width: 200px;
16-
}
17+
}
18+
=======
19+
scrollbar-width: none; /* Firefox */
20+
}
21+
22+
body::-webkit-scrollbar {
23+
display: none; /* Chrome, Edge, and Safari */
24+
}
25+
>>>>>>> Stashed changes

0 commit comments

Comments
 (0)