提交 e8b6b0fe 编写于 作者: J Jason Park 提交者: Jason

Separate algorithm directory into another repo

上级 9d922bfe
...@@ -28,7 +28,7 @@ const readCategories = () => { ...@@ -28,7 +28,7 @@ const readCategories = () => {
key: algorithmKey, key: algorithmKey,
name: algorithmName, name: algorithmName,
files, files,
} };
}; };
return list(getPath()).map(getCategory); return list(getPath()).map(getCategory);
}; };
......
...@@ -121,7 +121,7 @@ class Header extends React.Component { ...@@ -121,7 +121,7 @@ class Header extends React.Component {
</div> </div>
{ {
signedIn ? signedIn ?
<Button className={styles.btn_profile} icon={profile.avatar_url} primary> <Button className={styles.btn_profile} icon={profile.avatar_url}>
{profile.login} {profile.login}
<div className={styles.dropdown}> <div className={styles.dropdown}>
<Button className={styles.fake} icon={profile.avatar_url}> <Button className={styles.fake} icon={profile.avatar_url}>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册