Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into int
Browse files Browse the repository at this point in the history
  • Loading branch information
finlay-jisc committed Dec 12, 2024
2 parents a7edea0 + d740e51 commit 6fa5b5f
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 6fa5b5f

Please sign in to comment.