ソースを参照

deploy

master
Soleilw 1ヶ月前
コミット
7cb3dec169

+ 1
- 1
dist/index.html ファイルの表示

@@ -8,6 +8,6 @@
</head>
<body>
<div id="root"></div>
<script src="/umi.67b89af6.js"></script>
<script src="/umi.e99be247.js"></script>
</body>
</html>

dist/p__Talent__Fair__Detail__index.b2f3a80d.async.js
ファイル差分が大きすぎるため省略します
ファイルの表示


dist/umi.e99be247.js
ファイル差分が大きすぎるため省略します
ファイルの表示


+ 1
- 1
src/pages/Talent/Fair/Detail/index.tsx ファイルの表示

@@ -118,7 +118,7 @@ const HomePage: React.FC = () => {
item.company_name && (<>
<Space size={0} direction='vertical' style={{ width: '100%', padding: 20, borderRadius: 8, backgroundColor: '#ffffff' }}>
<Space size={10} direction='vertical'>
<div style={{ fontSize: '24px', fontWeight: 'bold' }}>
<div style={{ fontSize: '18px', fontWeight: 'bold' }}>
<Link to={{ pathname: `/talent/company/detail/?id=${item.id}` }} target="_blank" style={{ color: '#000000' }}>
{item.company_name}
</Link>

読み込み中…
キャンセル
保存