Skip to content

Commit

Permalink
add tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Oct 29, 2023
1 parent cde92f5 commit b749059
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions application/frontend/src/pages/Search/components/BodyText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ export const SearchBody = () => {
into an AI model to create the world's first security-specialized chatbot. This ensures you get a more
reliable answer, and also a reference to a reputable source.
</b>
<b>
Use <a href="/map_analysis">Map Analysis</a> to find how any two Resources connect with eachother
</b>
<h2>HOW?</h2>
<p>
OpenCRE links each section of a resource (like a standard or guideline) to a shared topic, known as a
Expand Down
5 changes: 5 additions & 0 deletions application/frontend/src/scaffolding/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,15 @@ const getLinks = (): { to: string; name: string }[] => [
to: `/`,
name: 'Open CRE',
},
{
to: `/chatbot`,
name: 'OpenCRE Chat',
},
{
to: `/map_analysis`,
name: 'Map analysis',
},

];

export const Header = () => {
Expand Down

0 comments on commit b749059

Please sign in to comment.