|
@@ -7,7 +7,7 @@ import { withUnstatedContainers } from '../UnstatedUtils';
|
|
|
|
|
|
|
|
import BookmarkButton from '../BookmarkButton';
|
|
import BookmarkButton from '../BookmarkButton';
|
|
|
import LikeButton from '../LikeButton';
|
|
import LikeButton from '../LikeButton';
|
|
|
-import WatchButton from '../WatchButton';
|
|
|
|
|
|
|
+import SubscribeButton from '../SubscribeButton';
|
|
|
import PageManagement from '../Page/PageManagement';
|
|
import PageManagement from '../Page/PageManagement';
|
|
|
|
|
|
|
|
const SubnavButtons = (props) => {
|
|
const SubnavButtons = (props) => {
|
|
@@ -23,7 +23,7 @@ const SubnavButtons = (props) => {
|
|
|
return (
|
|
return (
|
|
|
<>
|
|
<>
|
|
|
<span>
|
|
<span>
|
|
|
- <WatchButton />
|
|
|
|
|
|
|
+ <SubscribeButton />
|
|
|
</span>
|
|
</span>
|
|
|
{pageContainer.isAbleToShowLikeButton && (
|
|
{pageContainer.isAbleToShowLikeButton && (
|
|
|
<span>
|
|
<span>
|