Skip to content

Commit

Permalink
Merge pull request #736 from JiscSD/OC-979
Browse files Browse the repository at this point in the history
OC-979: Change research culture report to content about ARIs
  • Loading branch information
finlay-jisc authored Dec 12, 2024
2 parents 70e9f50 + 8be8da1 commit d740e51
Show file tree
Hide file tree
Showing 6 changed files with 239 additions and 244 deletions.
2 changes: 1 addition & 1 deletion api/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ provider:
name: aws
architecture: arm64
deploymentMethod: direct
timeout: 30
timeout: 29
runtime: nodejs20.x
region: eu-west-1
stage: ${opt:stage}
Expand Down
3 changes: 3 additions & 0 deletions ui/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ yarn-error.log*

# playwright
.env

# Self-signed certificates from nextJS https flag
certificates
4 changes: 0 additions & 4 deletions ui/src/components/Nav/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ const Nav: React.FC = (): React.ReactElement => {
label: 'Learn More',
value: Config.urls.about.path
},
{
label: 'Research Culture Report',
value: Config.urls.researchCultureReport.path
},
{
label: 'News and Updates',
value: Config.urls.blog.path
Expand Down
Loading

0 comments on commit d740e51

Please sign in to comment.