Skip to content

Commit 254ebd3

Browse files
committed
Update version information in VersionInfo component and remove outdated fraternity details from About component
1 parent baf2e70 commit 254ebd3

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

src/components/os/VersionInfo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ export interface VersionInfoProps {}
55
const VersionInfo: React.FC<VersionInfoProps> = () => {
66
// Hardcoded version information - update manually for each release
77
const versionInfo = {
8-
version: '0.1.1',
9-
build: '1013',
8+
version: '0.1.2',
9+
build: '1029',
1010
releaseDate: '2025-07-08'
1111
};
1212

src/components/showcase/About.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,6 @@ const About: React.FC<AboutProps> = (props) => {
8888
enjoy are going out and driving.
8989
</p>
9090
<br />
91-
<p>
92-
In college, I was an active member in the fraternity
93-
Sigma Alpha Epsilon and held multiple positions in
94-
the chapter. I met a lot of amazing people through
95-
my fraternity and thoroughly enjoyed the community.
96-
</p>
9791
</div>
9892
<div style={styles.verticalImage}>
9993
<img src={meNow} style={styles.image} alt="" />

0 commit comments

Comments
 (0)