Skip to content

Commit

Permalink
Merge pull request #103 from chingu-voyages/CH-109-change-bio-to-thir…
Browse files Browse the repository at this point in the history
…d-person-tim

Ch 109 change bio to third person tim
  • Loading branch information
timDeHof authored Nov 12, 2023
2 parents 51e01c7 + 6d6e6a5 commit 1d619a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/constants/teamData.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const team = [
name: "Tim DeHof",
role: "DevOps & Developer",
summary:
'I\'m a dynamic software developer with a background in mechanical design, now channeling my expertise into Fullstack development with skills in Postgres, Express, React, and Node. My proficiency in transforming initial "napkin" ideas into concrete user-centric interfaces is a testament to my unique blend of design and technical prowess. Leading projects and coding key components like search functions, I excel at crafting intuitive experiences that anticipate user needs. With a commitment to continuous learning and a passion for the iterative, fast-paced world of software development, I aim to seamlessly integrate functional design with robust technology to create seamless and responsive software solutions.',
"He is a dynamic software developer with a background in mechanical design, now specializing in Fullstack development with skills in Postgres, Express, React, and Node. Renowned for transforming initial concepts into user-centric interfaces, he leads projects and excels in developing intuitive features like search functions. With a passion for continuous learning, he integrates functional design with robust technology to deliver seamless and responsive software solutions.",
image: AvatarTim,
socials: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const RecipeList = ({ searchTerm }) => {
console.log(!recipes);
console.log(!Array.isArray(recipes.results));
console.log(recipes.results.length === 0);
return <Navigate to="no-found-page" />;
return <Navigate to="no-found-page" replace={true} />;
}

const handleTagClick = (clickedTag) => {
Expand Down

0 comments on commit 1d619a5

Please sign in to comment.