Skip to content

Commit

Permalink
Merge pull request #159 from dailybruin/GoogleFormLink
Browse files Browse the repository at this point in the history
Modified chat button in bottom right to link to tipline
  • Loading branch information
EdNawrocki authored Nov 21, 2024
2 parents c0749c5 + acf66bd commit 74cb100
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/CommentFAB/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ export default class CommentFAB extends React.Component {
return (
<a
target="_blank"
href="https://docs.google.com/forms/d/e/1FAIpQLSdkQCXXAnvFuY7TJJq_kRrlOs8os7N8u9tJ25qQjfw9BttpWw/viewform?usp=sf_link"
href="https://docs.google.com/forms/d/e/1FAIpQLSeCsyRAFuUVYEdSA9wQhdimmn6lzgSUBMepSvpP_QU5YsVSnQ/viewform"
//href="https://docs.google.com/forms/d/e/1FAIpQLSdkQCXXAnvFuY7TJJq_kRrlOs8os7N8u9tJ25qQjfw9BttpWw/viewform?usp=sf_link"
css={css`
display: block;
position: fixed;
Expand Down

0 comments on commit 74cb100

Please sign in to comment.