Skip to content

Commit dc08281

Browse files
authored
Update Portfolio.tsx
1 parent 8515f8d commit dc08281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Portfolio.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import './Portfolio.css';
33
const portfolio: Array<{ "title": string, shortTitle?: string, "category": string, "url": string, "image": string, "imgFit"?: string, "description": string }> = [
44
{
55
"title": "Prompt Engineering ist tot - Lang lebe das Model Programming (DSPy)",
6-
"shortTitle": "Prompt Engineering mit DSPy",
6+
"shortTitle": "Prompt Programming mit DSPy",
77
"category": "Blog",
88
"url": "https://blog.viadee.de/lang-lebe-das-model-programming",
99
"image": "https://blog.viadee.de/hs-fs/hubfs/dspy.jpg?width=2000&height=1000&name=dspy.jpg",

0 commit comments

Comments
 (0)