Skip to content

Commit

Permalink
update link and copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Debian committed Oct 30, 2024
1 parent a234e03 commit 18d2163
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions frontend/src/ts/components/WelcomePanel.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import { getForumAdminUrl } from '../utils';
import { pricingPolls } from '../constants/links';
import { pricingPolls, pollsBlogPost } from '../constants/links';

export interface IWelcomePanelProps {
shortname: string;
Expand Down Expand Up @@ -49,8 +49,7 @@ const WelcomePanel = (props: IWelcomePanelProps) => (
<li>
<a
className='welcome-icon dashicons-welcome-write-blog'
// TODO: Update with Press Release Link
href={''}
href={pollsBlogPost}
target='_blank'
>
{__('Learn More')}
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/ts/components/WhatsNew.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { pricingPolls } from '../constants/links';

const latestVersion: String = '3.1.2';
const updates: Array<String> = [
'NEW: Disqus Polls is now live! Engage your audiences with interactive polls, and seamlessly install them on your site.'
'Disqus Polls is now live! Engage your audiences with interactive polls, and seamlessly install them on your site.'
]

const WhatsNew: React.FC = () => {
Expand Down
1 change: 1 addition & 0 deletions frontend/src/ts/constants/links.tsx
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export const pricingPolls = 'https://disqus.com/pricing/?product=polls';
export const pollsBlogPost = 'https://blog.disqus.com/disqus-polls-are-here-and-available-to-all-publishers';

0 comments on commit 18d2163

Please sign in to comment.