Skip to content

Commit

Permalink
chore: remove redundant template string
Browse files Browse the repository at this point in the history
  • Loading branch information
sboh1214 committed Apr 22, 2024
1 parent 898a27f commit 7d540d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sections/main/AcademicScheduleSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class AcademicScheduleSection extends Component {
{getAcademicScheduleContent()}
<div className={classNames('buttons')}>
<a
href={`${PORTAL}`}
href={PORTAL}
className={classNames('text-button')}
target="_blank"
rel="noopener noreferrer">
Expand Down

0 comments on commit 7d540d8

Please sign in to comment.