Skip to content

Commit

Permalink
applied stargazers CSS to organizations (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
emlys authored Jun 24, 2020
1 parent e20ccf2 commit cb72981
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ import { OrganizationStarringService } from '../organization-starring/organizati

@Component({
selector: 'app-organization-stargazers',
templateUrl: '../../../stargazers/stargazers.component.html'
templateUrl: '../../../stargazers/stargazers.component.html',
styleUrls: ['../../../stargazers/stargazers.component.css']
})
export class OrganizationStargazersComponent extends Base implements OnInit {
starGazers: Array<User>;
Expand Down

0 comments on commit cb72981

Please sign in to comment.