mirror of
https://github.com/wassname/talk.git
synced 2026-08-16 11:29:31 +08:00
Plugins renaming
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import React from 'react';
|
||||
import {timeago} from 'coral-framework/services/i18n';
|
||||
|
||||
const name = 'talk-plugin-pubdate';
|
||||
|
||||
const PubDate = ({created_at}) => <div className={`${name}-text`}>
|
||||
{timeago(created_at)}
|
||||
</div>;
|
||||
|
||||
export default PubDate;
|
||||
Reference in New Issue
Block a user