Skip to content

Commit 09e856b

Browse files
committed
made some changes to the project list
1 parent 9ced334 commit 09e856b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/App.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function App() {
1515

1616
<div className="container">
1717
<div className="box">
18-
<h2>Items</h2>
18+
<h2>Services</h2>
1919
<p>We can provide expertise in the following areas:</p>
2020
<ul>
2121
<li>C, C++, and Go</li>
@@ -30,6 +30,7 @@ function App() {
3030
<h2>Projects</h2>
3131
<p>Here are some of our active projects:</p>
3232
<ProjectList />
33+
<p>Check out our <a href="https://github.com/maxtek6">GitHub</a> for more projects.</p>
3334
</div>
3435
<div className="box">
3536
<ContactForm />

src/ProjectList.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ import { useState } from 'react';
22

33

44
const projects = {
5-
"sigfn": "bind functions to signals.",
6-
"threadpool": "maxtek threadpool library.",
5+
"wxReactView": "A React component for wxWidgets WebView.",
76
"hyperpage": "Fast and efficient solution for storing static content."
87
};
98

0 commit comments

Comments
 (0)