+
{title}
-
{description}
-
-
+
+
+
{description}
+
+
+
+
diff --git a/templates/research-software/components/styles.module.css b/templates/research-software/components/styles.module.css
index 94dfd05f6..a2e9c2464 100644
--- a/templates/research-software/components/styles.module.css
+++ b/templates/research-software/components/styles.module.css
@@ -35,9 +35,22 @@
letter-spacing: 0.01px;
}
-.end-button {
+.img-wrapper {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+.img-wrapper img {
+ width: 128px;
+ height: auto;
+}
+
+.button-group {
display: flex;
align-items: flex-end;
justify-content: flex-end;
width: 100%;
+ gap: 10px;
+ margin-top: 24px;
}
diff --git a/templates/research-software/index.jsx b/templates/research-software/index.jsx
index 81bae50b6..d78078e6c 100644
--- a/templates/research-software/index.jsx
+++ b/templates/research-software/index.jsx
@@ -1,7 +1,6 @@
import React, { useContext, useEffect, useState } from 'react'
import { classNames } from '@oacore/design/lib/utils'
import { observer } from 'mobx-react-lite'
-import { Button } from '@oacore/design'
import styles from './styles.module.css'
import texts from '../../texts/sw/sw.yml'
@@ -219,29 +218,12 @@ const SwPageTemplate = observer(
wholeWidthCard
actionHref="#sendSwTable"
onActionClick={() => handleStatsCardClick('sent')}
- countClassName={styles.inputCount}
- tempDisabled={
-
-
-
-
- Your repository is not configured to support the automatic
- notification of software mentions, please go to{' '}
- {' '}
- to activate it.
-
-
-
- }
+ countClassName={styles.sendCount}
+ tempDisabled
/>
handleStatsCardClick('responded')}
- tempDisabled={
-
-
-
-
- Your repository is not configured to support the automatic
- notification of software mentions, please go to{' '}
- {' '}
- to activate it.
-
-
-
- }
+ countClassName={styles.respondedCount}
+ tempDisabled
/>