Skip to content

Commit

Permalink
update donation link
Browse files Browse the repository at this point in the history
  • Loading branch information
tracy zhao committed Mar 6, 2024
1 parent c0f99bd commit 67effd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Masthead/Desktop.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ export default class Desktop extends React.Component {
</a>
</div>
<a href="/advertise">Advertise</a>
<a href="https://giving.ucla.edu/campaign/Donate.aspx?Fund=63255C&AutoFN=Y">
<a href="https://uclastudentmedia.com/donate/">
Donate
</a>
<a href="/submit">Submit</a>
Expand Down
2 changes: 1 addition & 1 deletion components/Masthead/Mobile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ export default class Mobile extends React.Component {
Advertise
</a>
<a
href="https://giving.ucla.edu/campaign/Donate.aspx?Fund=63255C&AutoFN=Y"
href="https://uclastudentmedia.com/donate/"
target="_blank"
rel="noopener"
css={css`
Expand Down

0 comments on commit 67effd3

Please sign in to comment.