Skip to content

Commit

Permalink
Merge pull request #69 from CAHLR/frontend-components
Browse files Browse the repository at this point in the history
Fix popup
  • Loading branch information
shreyabhandari0220 authored Jan 18, 2025
2 parents 5f92f33 + a36caf9 commit a1e29ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/Popup/popup-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export const popupStyles = {
top: '50%',
left: '50%',
transform: 'translate(-50%, -50%)',
width: '53%',
height: '77%',
maxWidth: '53%',
maxHeight: '77%',
fontSize: '9.5px',
overflowY: 'scroll',
scrollbarWidth: 'none',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Posts/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const About = () => {

<h3>Learn more</h3>
<ul>
<li>Visit <a href="https:/cahlr.github.io/OATWeb/" target={"_blank"} rel={"noreferrer"}>https:/cahlr.github.io/OATWeb/</a> to explore more about OATutor, our mission, and how it can benefit you.</li>
<li>Visit <a href="https://www.oatutor.io/" target={"_blank"} rel={"noreferrer"}>https://www.oatutor.io/</a> to explore more about OATutor, our mission, and how it can benefit you.</li>
<li>Read our <a href="https://dl.acm.org/doi/10.1145/3544548.3581574" target={"_blank"} rel={"noreferrer"}>research paper</a> to learn more about the scientific foundation and methodology behind OATutor.</li>
</ul>

Expand Down

0 comments on commit a1e29ba

Please sign in to comment.