Skip to content

Commit

Permalink
Merge pull request #1584 from gtech-mulearn/old-dev
Browse files Browse the repository at this point in the history
Old dev server
  • Loading branch information
viraka authored Jul 6, 2024
2 parents 9ffb565 + 4bc80ba commit 05fc648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
11 changes: 1 addition & 10 deletions src/Pages/Calendar/Calendar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,7 @@ const Calendar = () => {
<div className={styles.calendar_view}>
<div className={styles.cv_texts}></div>
<div className={styles.iframe_container}>
<iframe
class="airtable-embed"
title="calendar"
src="https://airtable.com/embed/shrUHMmdVuDRrYzYx?backgroundColor=yellow&viewControls=on"
frameborder="0"
onmousewheel=""
width="100%"
height="533"
style={{ background: "transparent", border: "1px solid #ccc" }}
></iframe>
<iframe src="https://embed.styledcalendar.com/#hew26NgCmtLDa4E2BeTK" title="Styled Calendar" class="airtable-embed" data-cy="calendar-embed-iframe" width="100%" height="700"></iframe>
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/Pages/Calendar/Calendar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@

.calendar_view_container {
margin: 2rem;
border:none;
}

.calendar_view {
Expand Down

0 comments on commit 05fc648

Please sign in to comment.